Hi @1218119093 ,
There are a couple of things you can try. First of all, make sure you have Appium Server 1.8.1 installed. Here are some troubleshooting tips for common problems:
Mobile Testing Exception Troubleshooting Tips
Here are some common troubleshooting steps to take when you encounter errors trying to spy, record, or execute a mobile test in Katalon Studio:
If you see one of the following exceptions, you should check your Appium installation:
Execution Exception
NullPointerException
“java.util.HashMap cannot be cast to org.openqa.selenium.WebElement”
“Unable to parse remote response”
“Support for xcode 0.1 is not supported. please upgrade to version 7.3 or h…
As for INSTALL_PARSE_FAILED_NO_CERTIFICATES
, please check out this post to see if it helps:
Hi @alxborbon ,
I’ve seen this issue before, and sometimes deleting the apk from the device and/or wiping the device can help.
The trickier solution involves having to rebuild the apk because it was signed incorrectly when building it.
Here are some posts that detail the reasons why you would need to do that:
– Chris
Hope this helps,
Chris