adb common commands the manipulation simulator

adb connect 127.0.0.1:62001 # connection Yagami simulator
adb devices # all connected devices
adb shell pm list package # package name all system
adb push C: \ apk \ test.txt / sdcard # speak files on your computer to transfer Yagami simulator
adb pull /sdcard/screen.png C: \ apk \ # night God speaks simulator files to your computer, be careful not to pass directly to the root directory
adb shell screencap /sdcard/test.png # external manipulation night God simulator screenshots

Guess you like

Origin blog.51cto.com/zhzhgo/2438523