有2种方法开启无线调试,其中一种需要USB线先连接,这里只介绍另一种不借助USB线的
过程很简单,手机需要有ROOT权限
1.手机端下载Termux或其他终端
2.手机终端输入如下命令
su
setprop service.adb.tcp.port 5555
stop adbd
start adbd
3.查看本机ip
ifconfig
4.在开发者选项中打开USB调试(否则连接后会显示未授权)
5.电脑端输入
adb connect Phone_ip:5555 (Phone_ip为你自己手机ip)
adb devices
6.若成功 此时你便能看到自己的设备了
List of devices attached
192.168.1.59:5555 device