Airtest的远程连接的问题:
win + R ,进入cmd
#一、设置adb远程连接端口:
adb tcpip 5555
#二、查看手机的ip:
1.adb shell netcfg;
2.adb shell ifconfig wlan0;
3.直接在手机的wifi设置查看ip;
拿到你的设备ip——xxx.xxx.xxx.xxx
#三、在Airtest的【远程设备连接】键入:
adb connect xxx.xxx.xxx.xxx:5555
——ok,连接上了。
Airtest的远程连接的问题:
win + R ,进入cmd
#一、设置adb远程连接端口:
adb tcpip 5555
#二、查看手机的ip:
1.adb shell netcfg;
2.adb shell ifconfig wlan0;
3.直接在手机的wifi设置查看ip;
拿到你的设备ip——xxx.xxx.xxx.xxx
#三、在Airtest的【远程设备连接】键入:
adb connect xxx.xxx.xxx.xxx:5555
——ok,连接上了。