1.connect device连接设备:
adb devices
#return:
List of devices attached
0123456789ABCDEF device
2.连接终端
adb shell
adb pull <remote> [local]
如: adb pull /sdcard/demo.txt e:\
adb push <local> <remote>
如:adb push d:\test.txt /sdcard
adb logcat [option] [filter-specs]
adb shell dumpsys [options]
adb root