如何使用 adb wireless 连接 Android 设备?无需任何第三方工具
How to connect Android device using adb wireless? without any third party tool
如何使用 adb wireless 连接 Android 设备??
至于 adb help 说的,你只需要 adb connect,但似乎还不够,因为它没有无线连接设备。
- 用数据线连接你的设备
使用以下命令将 abb 转发到 tcpip
adb tcpip 5555
- 断开设备
使用以下命令无线连接到设备
adb 连接 device_ip:5555
如何使用 adb wireless 连接 Android 设备?? 至于 adb help 说的,你只需要 adb connect,但似乎还不够,因为它没有无线连接设备。
- 用数据线连接你的设备
使用以下命令将 abb 转发到 tcpip
adb tcpip 5555
- 断开设备
使用以下命令无线连接到设备
adb 连接 device_ip:5555