參考 http://adbshell.com/commandsshell
經常使用命令tcp
查看adb 版本spa
adb version對象
打印全部附加模擬器/設備的列表ip
adb devicesget
設備序列號pip
adb get-serialnoio
鏈接設備shell下載
adb shellcommand
若是多個設備設置,選擇操做對象
adb -s 序列號 shell
好比 adb -s e0d168f87d93 shell
在TCP模式端口從新啓動:5555 adb tcpip 5555
adb connect 192.168.0.101
下載到電腦
adb pull /sdcard/DCIM/camera/IMG_20180902_095735.jpg
adb pull /sdcard/DCIM/camera/IMG_20180902_095735.jpg D:\adb_down
上傳到手機
adb push C:\Users\hanyuxin\Desktop\adb.docx /sdcard/download