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

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}

报错很多次,在网上找了很多包括改什么adb.js文件之类的都没有解决
最后找到一个:
appium中你需要设置自己的包名和launch Activity
appium首次采坑

但是launch Activity是下拉列表,所以最好在电脑上存好包,然后直接路径+包名复制到Application path中,其他就可以自动读取到了

相关文章:

  • 2021-06-12
  • 2021-10-20
  • 2021-09-27
  • 2021-10-08
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2022-01-20
猜你喜欢
  • 2021-11-04
  • 2022-12-23
  • 2021-10-26
  • 2022-12-23
  • 2021-10-08
  • 2021-12-28
  • 2022-01-09
相关资源
相似解决方案