adb连接指定设备的shell
adb -s 15496e3a0806 shell
adb -s 172.31.12.223:5555 shell
启动adb server
adb -s 15496e3a0806 tcpip 5555
杀掉当前adb server
adb -s 15496e3a0806 kill-server
连接wifi的adb
adb connect 172.31.13.254:5555
查看当前设备
adb devices
adb连接指定设备的shell
adb -s 15496e3a0806 shell
adb -s 172.31.12.223:5555 shell
启动adb server
adb -s 15496e3a0806 tcpip 5555
杀掉当前adb server
adb -s 15496e3a0806 kill-server
连接wifi的adb
adb connect 172.31.13.254:5555
查看当前设备
adb devices
下一篇:1、Appium安装
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M