- -- - - - - - - - - - - - - - - - - - TrB.jpg Margaret.png Jkb.jpg JoeD.jpg Edbatchelor.jpg JimB.png DAD-TINT.JPG C03515.jpg

Difference between revisions of "Adb"

From Batchelor-s
Jump to navigationJump to search
m
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
Android Debug Bridge (adb)  
 
Android Debug Bridge (adb)  
  
is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device.
+
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://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]
  
 
--
 
--

Latest revision as of 16:57, 26 February 2015

Android Debug Bridge (adb)

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.


see

xda

howto

--