Closed
Bug 1006209
Opened 9 years ago
Closed 9 years ago
Remove mistakenly referenced projects from Android Eclipse projects
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect)
Firefox Build System
Android Studio and Gradle Integration
All
Android
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla32
People
(Reporter: nalexander, Assigned: nalexander)
Details
(Whiteboard: [mentor=nalexander][lang=python][good first bug])
Attachments
(1 file)
2.62 KB,
patch
|
bnicholson
:
review+
|
Details | Diff | Splinter Review |
This is an error in the Eclipse project configurations. You'll need to have Eclipse configured; see http://www.ncalexander.net/blog/2014/02/14/getting-started-with-the-android-eclipse-build-backend-for-fennec/ for how to do that. Some of the generated libraries are marked as referenced when they should only be included. The libraries are FennecResources, FennecResourcesBranding, FennecResourcesGenerated, and FennecResourcesCrashReporter. You can see the lines where they are marked as "referenced" by the main Fennec project around http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/moz.build#561 You'll need to remove the bad referenced_projects there. When you've done that, the lines that say [2014-05-05 17:31:41 - FennecResources] Could not find FennecResources.apk! [2014-05-05 17:31:41 - FennecResourcesBranding] Could not find FennecResourcesBranding.apk! [2014-05-05 17:31:41 - FennecResourcesGenerated] Could not find FennecResourcesGenerated.apk! in Eclipse will have gone away!
Assignee | ||
Updated•9 years ago
|
Whiteboard: [mentor=nalexander][lang=python][good first bug]
Assignee | ||
Comment 1•9 years ago
|
||
(In reply to Nick Alexander :nalexander from comment #0) > This is an error in the Eclipse project configurations. You'll need to have > Eclipse configured; see > http://www.ncalexander.net/blog/2014/02/14/getting-started-with-the-android- > eclipse-build-backend-for-fennec/ for how to do that. > > Some of the generated libraries are marked as referenced when they should > only be included. > > The libraries are FennecResources, FennecResourcesBranding, > FennecResourcesGenerated, and FennecResourcesCrashReporter. > > You can see the lines where they are marked as "referenced" by the main > Fennec project around > > http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/moz. > build#561 > > You'll need to remove the bad referenced_projects there. When you've done > that, the lines that say ... and regenerated with |mach build-backend -b=AndroidEclipse|, and refreshed and cleaned the build in Fennec, and re-launched Fennec from Eclipse...
Comment 2•9 years ago
|
||
Hi Nick, Can I work on this bug ?
Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Srikar Ananthula [:srikar] from comment #2) > Hi Nick, > > Can I work on this bug ? Absolutely! First steps are to get Fennec building and get Eclipse configured. See https://wiki.mozilla.org/Mobile/Fennec/Android#Building_Fennec for the first part and the blog post linked above for the second.
Assignee | ||
Updated•9 years ago
|
Summary: Remove project → Remove mistakenly referenced projects from Android Eclipse projects
Comment 4•9 years ago
|
||
Hi Nick , I am working on other bug !! may be u can assign this to others !! Thanks !
Comment 5•9 years ago
|
||
This bug is open to anyone.
Comment 7•9 years ago
|
||
Hi, Varun - you certainly can. Have you got an Eclipse environment set up to build Firefox?
Dear Mike i tried setting up the Eclipse environment was unable to do it due to slow net speed. So i am sorry i wont be able to work on this.
Comment 9•9 years ago
|
||
I'm sorry to hear that, though I certainly understand. Eclipse can be a beast. We have a few other bugs that are relatively lightweight, but also good starting points. Please take a look at bug 994651, bug 1005910 and bug 1008626 - they're well-scoped and should be easy to get started on.
Assignee | ||
Comment 10•9 years ago
|
||
bnicholson, I know you were using Eclipse for a while. Feel free to rubber-stamp or redirect (to liuche?) if you don't want to review.
Attachment #8430342 -
Flags: review?(bnicholson)
Updated•9 years ago
|
Attachment #8430342 -
Flags: review?(bnicholson) → review+
Assignee | ||
Comment 11•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/d4e013191816
Assignee: nobody → nalexander
Status: NEW → ASSIGNED
Comment 12•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d4e013191816
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 32
Updated•4 years ago
|
Product: Firefox for Android → Firefox Build System
Target Milestone: Firefox 32 → mozilla32
You need to log in
before you can comment on or make changes to this bug.
Description
•