一、前提条件
①两台设备需连接同一wifi
②设备需要有root权限
二、连接步骤
①开启wifi adb连接(需要usb数据线连接,找到adb devices)
wucaiyundeMacBook-Pro:~ wucaiyun$ adb tcpip 5555
restarting in TCP mode port: 5555
②查看连接设备IP
adb shell
ifconfig
③通过IP连接adb(不需要usb数据线连接)
adb connect ip
原文地址:https://www.cnblogs.com/wucaiyun1/p/12172768.html
时间: 2024-11-07 20:34:01