0
点赞
收藏
分享

微信扫一扫

安卓adb

云竹文斋 2022-11-07 阅读 86

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



举报

相关推荐

0 条评论