134
edits
| Line 112: | Line 112: | ||
A standard build should succeed with those paths. | A standard build should succeed with those paths. | ||
After that build finishes, | 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 === | ||
edits