when i run the sample mobile project, i got a error log:
Test Cases/Verify Correct Alarm Message FAILED.
Reason:
com.kms.katalon.core.exception.StepFailedException: Unable to start app at: ‘E:\katalon-workspaces\sample_Mobile\androidapp\APIDemos.apk’ (Root cause: org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session. Please check the server log for more details. Original error: An unknown server-side error occurred while processing the command. Original error: The instrumentation process cannot be initialized. Make sure the application under test does not crash and investigate the logcat output.
Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:25:53’
System info: host: ‘KGZBM-YUCHAO’, ip: ‘10.1.140.249’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_181’
i follow the solution that someone told before:
delete io.appium.uiautomator2.server\io.appium.uiautomator2.server.test\ Appium Settings manually, but unfortunately still failed.
but i notice a fact:
Item “Appium Direction” no matter where i point to “C:\Users<MYNAME>\AppData\Roaming\npm\node_modules\appium” or “C:\Users<MYNAME>\AppData\Roaming\npm” or “C:\Users<MYNAME>\AppData\Roaming\npm\node_modules\appium\node_modules”, the error is exactly same
so what should i do?
PS:this is my environment:
KS:7.2.1
