Closed
Bug 975152
Opened 11 years ago
Closed 11 years ago
Eclipse complains about missing @drawable/crash_reporter icon
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla30
People
(Reporter: bnicholson, Assigned: nalexander)
References
Details
Attachments
(4 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
bnicholson
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
bnicholson
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
bnicholson
:
review+
|
Details | Diff | Splinter Review |
After a fresh project creation:
No resource found that matches the given name (at 'icon' with value '@drawable/crash_reporter'). AndroidManifest.xml /Fennec line 1471 Android AAPT Problem
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8380212 -
Flags: review?(bnicholson)
Assignee | ||
Comment 3•11 years ago
|
||
The set of resources of all the Android library projects are processed
at once. That means that the bi-directional dependency between the main
project resources and the crash reporter resources causes no build time
problems. Therefore, this patch moves all the main project resources
into a library project (FennecResources) and adds an optional additional
library project (FennecCrashReporterResources).
Attachment #8380214 -
Flags: review?(bnicholson)
Assignee | ||
Comment 4•11 years ago
|
||
This orders projects like:
Fennec
FennecResources
FennecResourcesBranding
...
which is in order of expected use.
Attachment #8380215 -
Flags: review?(bnicholson)
Reporter | ||
Updated•11 years ago
|
Attachment #8380212 -
Flags: review?(bnicholson) → review+
Reporter | ||
Updated•11 years ago
|
Attachment #8380214 -
Flags: review?(bnicholson) → review+
Reporter | ||
Comment 5•11 years ago
|
||
Comment on attachment 8380215 [details] [diff] [review]
Part 2: Make Fennec* projects sort nicely in Eclipse. r=bnicholson
Review of attachment 8380215 [details] [diff] [review]:
-----------------------------------------------------------------
Tested these and they worked fine. Eclipse-generated APK builds and installs with no errors.
Attachment #8380215 -
Flags: review?(bnicholson) → review+
Assignee | ||
Comment 6•11 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/d5ac8e460f2e
https://hg.mozilla.org/integration/fx-team/rev/2270c5490879
https://hg.mozilla.org/integration/fx-team/rev/97cedf504412
Assignee: nobody → nalexander
Status: NEW → ASSIGNED
Comment 7•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d5ac8e460f2e
https://hg.mozilla.org/mozilla-central/rev/2270c5490879
https://hg.mozilla.org/mozilla-central/rev/97cedf504412
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•