1 2 3 4 5 6 7 8 9 |
# adb connect {手机ip}:9394 # adb -s {手机ip}:9394 shell # 例如:手机ip是 192.168.1.103 adb connect 192.168.1.103:9394 # connected to 192.168.100.103:9527 adb -s 192.168.100.103:9394 shell # root@walleye:/ # |
N号虚拟机端口+n,如:6号虚拟机的端口就是9400(9394+6)