appium运行报错以及解决办法:

  1. Responding to client with error: {“status”:33,“value”:{“message”:“A new session could not be created. (Original error: Activity used to start app doesn’t exist or cannot be launched! Make sure it exists and is a launchable activity)”,“origValue”:“Activity used to start app doesn’t exist or cannot be launched! Make sure it exists and is a launchable activity”},“sessionId”:null}

出现此类错误,检测app的activity名称书写是否正确

  1. info: [debug] Responding to client with error: {“status”:33,“value”:{“message”:“A new session could not be created. (Original error: Permission to start activity denied.)”,“origValue”:“Permission to start activity denied.”},“sessionId”:null}
    Appium运行常见错误
    这个错误是因为appium的GUI界面中的launch activity默认选择不正确,选择正确的属性值后运行正常

Appium运行常见错误

相关文章: