adb devices
Prints a list of all attached emulator/device
adb devices
In response, return serial number and state
Related Posts
adb usbadb usb restarting ADB in USB mode. adb usb Read more about ADB..
adb uninstalladb uninstall Removes a android package from the emulator/device. adb uninstall [options] <PACKAGE> adb uninstall…
adb pulladb pull Download a specified file from an emulator/device to your computer. adb pull <remote>…
Tags:
ADB commands,
adb devices,
ADB Tutorial