1.ADB ready, I suggest, download androidstudio because so adb is up to date and may avoid many problems
2.ADB Connect 127.0.0.1:xxxx
(NetEase Mumu is 7555, other simulator self-Baidu)
3. Start Appiumdesktop. Open the session. Fill in the configuration information
The most important thing to note is the device name, because the device name is required, but we do not know his device name, so we need to know the device name,
The simplest way is to use the adb shell command, enter "adb shell cat/system/build.prop" on the command line , where we can see all the device information
Ro.product.device=lephone t7a This is the device name. (Note the device name, device model, device ID should be different)
I also found another way to see the device name is in Uiautomatorview, as long as we have at least two phones connected to the computer, so he will let us choose, and then it will provide us with the device name, the acquisition of the device name is generally longer, and it is not the same as the name we took , but they can be used to connect,
Appium Desktop Connection Simulator