Difference between revisions of "Adb"
From Batchelor-s
Jump to navigationJump to search (Created page with "Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. --") |
m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Android Debug Bridge (adb) | Android Debug Bridge (adb) | ||
− | is a | + | is a command-line utility included with Google’s Android [[SDK]]. |
+ | |||
+ | ADB can control your device over [[USB]] from a computer, copy files back and forth, | ||
+ | |||
+ | install and uninstall apps, run shell commands, and more. | ||
+ | |||
+ | |||
+ | [http://developer.android.com/tools/help/adb.html see] | ||
+ | |||
+ | [http://www.xda-developers.com/tag/adb/ xda] | ||
+ | |||
+ | [http://www.howtogeek.com/125769/how-to-install-and-use-abd-the-android-debug-bridge-utility/ howto] | ||
-- | -- |