canmove, Confirmed users
1,584
edits
Line 116: | Line 116: | ||
==== Using adb ==== | ==== Using adb ==== | ||
To install the apk as just mentioned, you need to run adb. | To install the apk as just mentioned, you need to run adb. The first time you do this, you will need to follow the instructions for your device and operating system at '''[http://developer.android.com/guide/developing/device.html Developing on a Device].''' | ||
If the udev rules from that page do not work and you get a permission error, you can run the adb server as root instead: | |||
sudo ./adb kill-server | sudo ./adb kill-server |