- 获取设备ip
adb shell "ip addr show wlan0 | grep -e wlan0$ | cut -d\" \" -f 6 | cut -d / -f 1"
结果: 或显示设备ip - 设置设备访问端口
adb tcpip 8888 - 开始连接
adb commect <设备ip>:8888
adb wifi连接手机
最新推荐文章于 2025-04-14 16:59:09 发布
adb shell "ip addr show wlan0 | grep -e wlan0$ | cut -d\" \" -f 6 | cut -d / -f 1"adb tcpip 8888adb commect <设备ip>:8888
2919
1352

被折叠的 条评论
为什么被折叠?