[置顶] android adb网络调试 Android中使用WIFI来连接ADB 简单100%成功

在电脑上操作:

1:usb连接接手机

root@ :~# adb tcpip 5555
restarting in TCP mode port: 5555

2:拔掉手机

root@ :~# adb connect 192.168.11.117:5555
connected to 192.168.11.117:5555
3:
root@ :~# adb shell dmesg(可以使用adb了)
2771_suspend Called 
<7>[  635.841583] msm_otg msm_otg: OTG PM suspend
<6>[  635.842834] PM: suspend of devices complete after 25.813 msecs

你可能感兴趣的:([置顶] android adb网络调试 Android中使用WIFI来连接ADB 简单100%成功)