Closed
Bug 1287972
Opened 9 years ago
Closed 7 years ago
[geckoview] building app w/GeckoView fails on "no resource found" for Crash Reporter styles/colors
Categories
(GeckoView :: General, defect)
GeckoView
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: myk, Unassigned)
Details
geckoview_library.zip includes mobile/android/base/crashreporter/res/layout/crash_reporter.xml, which references @style/CrashReporter.EditText in mobile/android/base/crashreporter/res/values/styles.xml.
It also includes mobile/android/base/crashreporter/res/drawable/textbox_bg.xml, which references colors in mobile/android/base/crashreporter/res/values/colors.xml.
But the Crash Report styles and colors aren't included in geckoview_library.zip, so building an app with GeckoView fails with "no resource found" errors for those resources:
>…geckoView/src/main/res/layout/crash_reporter.xml
>Error:(46, 30) No resource found that matches the given name (at 'style' with value '@style/CrashReporter.EditText').
>Error:(76, 28) No resource found that matches the given name (at 'style' with value '@style/CrashReporter.EditText').
>…geckoView/src/main/res/drawable/textbox_bg.xml
>Error:(10, 35) No resource found that matches the given name (at 'color' with value '@color/textbox_background').
>Error:(11, 56) No resource found that matches the given name (at 'color' with value '@color/textbox_stroke').
>Error:(17, 35) No resource found that matches the given name (at 'color' with value '@color/textbox_background_disabled').
>Error:(18, 56) No resource found that matches the given name (at 'color' with value '@color/textbox_stroke_disabled').
| Reporter | ||
Updated•8 years ago
|
Summary: building app w/GeckoView fails on "no resource found" for Crash Reporter styles/colors → [geckoview] building app w/GeckoView fails on "no resource found" for Crash Reporter styles/colors
Component: Embedding: APIs → GeckoView
Product: Core → Firefox for Android
Version: unspecified → Trunk
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
You need to log in
before you can comment on or make changes to this bug.
Description
•