213
edits
Line 113: | Line 113: | ||
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>. | 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>. | ||
==== Using adb ==== | |||
To install the apk as just mentioned, you need to run adb. For that to recognize your device, connect it via usb and put it in debug mode (in settings on the phone). | |||
=== JS/NSPR only === | === JS/NSPR only === |
edits