Remote device connection airtestide

Remote device connection airtestide

1. Mobile phone usb interface pc terminal
2. Open the PC terminal command line tool and execute the following operations
adb command
adb devices display the connected device
adb tcpip xxxx Set the connection port of the currently connected mobile phone to xxxx (note that the port does not conflict)
netstat -ano|findstr
Operation in xxxx airtest-remote connection settings
adb connect ip:port command line to connect to the device
adb disconnect ip:port command line to cancel device connection
Note that the IP is the mobile phone IP address
adb usb switch back to usb

Guess you like

Origin blog.csdn.net/weixin_42540340/article/details/107929896