Closed
Bug 975152
Opened 10 years ago
Closed 10 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)
1.12 KB,
patch
|
Details | Diff | Splinter Review | |
2.18 KB,
patch
|
bnicholson
:
review+
|
Details | Diff | Splinter Review |
3.18 KB,
patch
|
bnicholson
:
review+
|
Details | Diff | Splinter Review |
2.88 KB,
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•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8380212 -
Flags: review?(bnicholson)
Assignee | ||
Comment 3•10 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•10 years ago
|
||
This orders projects like: Fennec FennecResources FennecResourcesBranding ... which is in order of expected use.
Attachment #8380215 -
Flags: review?(bnicholson)
Reporter | ||
Updated•10 years ago
|
Attachment #8380212 -
Flags: review?(bnicholson) → review+
Reporter | ||
Updated•10 years ago
|
Attachment #8380214 -
Flags: review?(bnicholson) → review+
Reporter | ||
Comment 5•10 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•10 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•10 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: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Updated•6 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•