//截图
adb -s 192.168.30.40:5555 shell screencap -p /sdcard/sreen192.168.1.40.png
adb -s 192.168.30.40:5555 pull /sdcard/sreen192.168.1.40.png
//安装并打开
adb -s 192.168.30.80:5555 install -r C:\Users\911\Desktop\xx_release_v1.10.apk
adb -s 192.168.30.80:5555 shell am start -n com.zk.zkClassBoard/com.xx.xx.MainActivity
//打开静默安装的大数据屏幕
adb -s 192.168.1.12:5555 shell am start -n com.example.datashow/com.example.datashow.MainActivity
// 安装设置默认输入法
adb -s 192.168.x.xshell ime list -a 看mid
adb -s 192.168.x.x:5555 install C:\Users\911\Desktop\WI_IME.apk
adb -s 192.168.x.x:5555 shell settings put secure enabled_input_methods com.hit.wi/.SoftKeyboard
adb -s 192.168.x.x:5555 shell ime set com.hit.wi/.SoftKeyboard
adb kill-server //结束adb服务
adb start-server //启动adb服务
adb devices //获取adb设备列表
adb -s 192.168.30.69:5555 shell am start -n com.zk.zkClassBoard/com.xx.xx.MainActivity
//卸载
adb uninstall 包名
//关闭应用程序
adb shell am force-stop 包名
//清空应用程序数据
adb shell pm clear 包名
adb shell am start -n 包 启动