Changes

Jump to: navigation, search

Industrial Tablet

1 byte removed, 10:52, 10 March 2015
m
Running_the_Android_Debug_Bridge
=== Running_the_Android_Debug_Bridge Running the Android Debug Bridge ===
Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. With adb, developers can remotely access the Android device (via USB, USB-ETH or ETH) to check the status, open a shell, etc. (http://developer.android.com/guide/developing/tools/adb.html).
$ adb install <path to apk>
</pre>
 
=== Useful Links ===

Navigation menu