appium + UiAutomator exited unexpectedly with code 0, signal null when debugging python automated phone

Put appium error map, appium in the mobile phone installed appium setting and unlock software, input method has also been turned into a appium input, but the point is less than the target software, the phone can also be detected cmd adb devices -l, every time It is reported UiAutomator exited unexpectedly with code 0, signal null

 

 

 

 

 

After some torture, finally solved

Then the solution:

1, enter the command adb shell directly into the phone (Alternatively, you can enter the command output jdk installation directory adb shell into the phone)

2, after entering the mobile phone, enter the data / local / tmp (if no access-time, into the layers can be layered)

3, enter data / local / tmp directory after ls to see all, there should be a AppiumBootstrap.jar, may your name be AppiumBoots or AppiumBootstrap.j.

4, use the mv command your file name AppiumBootstrap.jar resolved, your file name to AppiumBootstrap.jar

5, ok, I'm done

 

 

 
----------------
Disclaimer: This article is the original article CSDN bloggers "Wuxuanlin", and follow CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement. .
Original link: https: //blog.csdn.net/qq_42311568/article/details/84644533

Guess you like

Origin www.cnblogs.com/wanghuijie1/p/11908456.html