Confirmed users
1,111
edits
(Add external how to section) |
No edit summary |
||
Line 93: | Line 93: | ||
E.g., to explore with <tt>sqlite3</tt>. Use [https://addons.mozilla.org/en-US/android/addon/copy-profile/ Copy Profile]. | E.g., to explore with <tt>sqlite3</tt>. Use [https://addons.mozilla.org/en-US/android/addon/copy-profile/ Copy Profile]. | ||
=== Add new Android ids for non-resource-contrained builds === | |||
If you're adding a resource that's only used in v11+ builds, and you reference an id from that resource in code, resource-constrained builds will fail. To fix this, you should should add a stub for the new id in m/a/b/resources/values/ids.xml. | |||
You should also make sure that code that needs a valid resource id is behind a version check. | |||
=== External how-to's === | === External how-to's === | ||
*[[Mobile/Fennec/Android/Updating search engine icons|Updating the search engine icons]] | *[[Mobile/Fennec/Android/Updating search engine icons|Updating the search engine icons]] | ||
*[[Mobile/Fennec/Android/Updating_SDK_on_builders|Updating the Android SDK on the builders]] | *[[Mobile/Fennec/Android/Updating_SDK_on_builders|Updating the Android SDK on the builders]] |