Mobile/Fennec/Android: Difference between revisions

→‎Full Build: Add uninstall info.
(→‎Full Build: Add uninstall info.)
Line 112: Line 112:
A standard build should succeed with those paths.
A standard build should succeed with those paths.


After that build finishes, a <tt>make -C embedding/android</tt> in the OBJDIR should generate a fennec.apk that's installable on an Android device using <tt>adb install fennec.apk</tt>
After that build finishes, a <tt>make -C embedding/android</tt> in the OBJDIR should generate a fennec.apk that's installable on an Android device using <tt>adb install fennec.apk</tt> -- to remove it you need to use the reverse domain name for the package: <tt>adb uninstall org.mozilla.fennec</tt>.


=== JS/NSPR only ===
=== JS/NSPR only ===
29

edits