【已解决】mac上手动打开appium报错:“Could not find aapt Please set the ANDROID_HOME environment variable with the Android SDK root directory path”

appium报错及解决方案

解决过程:

  使用命令appium-doctor检查,发现没有错误。

  检查环境变量$ANDROID_HOME和aapt,也是正确的。

解决办法:

网上看到的,命令后启动正常,手工启动appium才有问题。我尝试使用命令后启动appium后,问题果然解决。命令行启动appium:

/Applications/Appium.app/Contents/MacOS/Appium

 

相关文章:

  • 2022-01-18
  • 2021-09-23
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-12
  • 2021-11-10
猜你喜欢
  • 2021-12-16
  • 2021-11-02
  • 2021-06-30
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案