说明:如何通过tcpip连接
首先连接USB电缆确保开发人员选项已打开确保调试已打开确保通过电源线进行调试已连接到wifi
类型
adb devices
它应该显示可用的设备类型
adb tcpip 5555 // this will turn on listener on device
adb shell netcfg // this will give you ip address
adb connect 192.168.1.144:5555 // this will connect to de
<weixin_42160424> 上传 | 大小:411kb