Mobile/Fennec/Android: Difference between revisions

Line 116: Line 116:
==== Using adb ====
==== 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->application settings->development on the phone).
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->application settings->development on the phone). You may also need to do
 
  sudo ./adb kill-server
  sudo ./adb start-server


=== JS/NSPR only ===
=== JS/NSPR only ===
213

edits