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)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla30

People

(Reporter: bnicholson, Assigned: nalexander)

References

Details

Attachments

(4 files)

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
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)
This orders projects like: Fennec FennecResources FennecResourcesBranding ... which is in order of expected use.
Attachment #8380215 - Flags: review?(bnicholson)
Attachment #8380212 - Flags: review?(bnicholson) → review+
Attachment #8380214 - Flags: review?(bnicholson) → review+
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+
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: