- 调试手机和电脑连入同一个无线网络
- 调试手机USB方式连接电脑,命令行输入adb tcpip 5555
- 断开连接线,命令行输入adb connect 10.xxx.xxx.xxxx:5555
- 命令行输入adb devices,发现设备
如果提示:No connection could be made because the target machine actively refused it.
请在第2步运行:“adb root”
如果提示:No connection could be made because the target machine actively refused it.
请在第2步运行:“adb root”