Confirmed users
400
edits
Nalexander (talk | contribs) |
(→Native Sync: Added Troubleshooting section.) |
||
| Line 209: | Line 209: | ||
cd /data/data/org.mozilla.fennec_jason/files/mozilla/yvzvl036.default | cd /data/data/org.mozilla.fennec_jason/files/mozilla/yvzvl036.default | ||
sqlite3 browser.db (or w/e database is wanted) | sqlite3 browser.db (or w/e database is wanted) | ||
== Troubleshooting == | |||
=== "R cannot be resolved" === | |||
Something is wrong with xml resolution. Check your Eclipse console errors in xml files, which will prevent Eclipse from building resource (R) files - resolve them first. | |||
Things to try: | |||
*Update string resources: ./preprocess | |||
*Project > Clean, then rebuild the project. Alternatively, you can delete the gen/ directory, and Eclipse will rebuild automatically (Project > Build Automatically checked) | |||
=== Loading apk: "Insufficient space" error on emulator === | |||
Start an emulator with "-partition-size 2047" as a flag, to set emulator size. | |||