在测试中,遇到移动设备不能通过usb线连接PC的情况(比如测试移动设备的耗电量),这里记录adb无线连接设备的步骤。
1、PC连接wifi test,手机连接wifi test,在设置中查看手机的ip;
2、设置adb端口:
adb tcpip 5555
3、连接手机:
//连接手机的ip
adb connect 192.168.1.2
4、断开连接:
adb disconnect 192.168.43.44
5、查看手机的ip
adb shell netcfg