Mobile/Fennec/Android: Difference between revisions

Jump to navigation Jump to search
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> -- to remove it you need to use the reverse domain name for the package: <tt>adb uninstall org.mozilla.fennec</tt>.
After that build finishes, running <tt>make package</tt> in the OBJDIR should generate a file in the dist directory that looks like fennec-4.0b2pre.en-US.eabi-arm.apk. This file can be installed on an Android device with <tt>adb install [apk name here]</tt>. To uninstall it via adb, use the package name: <tt>adb uninstall org.mozilla.fennec</tt>.


=== JS/NSPR only ===
=== JS/NSPR only ===
134

edits

Navigation menu