Appium [ADB] The ANDROID_HOME environment variable is not set to the Android SDK

Doshrik · 2018年06月15日 · 最后由 Doshrik 回复于 2018年06月15日 · 2171 次阅读

如题问题就是标题:

1.环境变量已设置,adb devices、appium-doctor 正常执行无误。
2.mac 系统 10.11.6

3.在 mac 下命令行可正常找到以上命令
4.本人用 spring tool suite 开发工具,简称 sts、报出以上错误。
5.配置环境变量位置 :cat /etc/profile
6.配置如下:
ANDROID_HOME=/Users/damo/Downloads/sdk
export ANDROID_HOME
PATH=".$PATH:$GRADLE_HOME/bin:$ANT_HOME/bin:$ANDROID_HOME/tools:$ANDROID_HOME/platform-

tools:$JAVA_HOME/bin:$ANDROID_HOME/tools/bin:$REDIS_HOME"
7.框架为 java+appium+testng.

请高手帮忙指点下。。。。。已困扰好几天的问题。。。。。具体排错流程有没有好的建议。感谢!!!

报错信息:
[ADB] The ANDROID_HOME environment variable is not set to the Android SDK root directory path. ANDROID_HOME is required for compatibility with SDK 23+. Checking along PATH for adb.
[debug] [AndroidDriver] Shutting down Android driver
[debug] [AndroidDriver] Called deleteSession but bootstrap wasn't active
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1529032160765 (11:09:20 GMT+0800 (CST))
[W3C] Encountered internal error running command: Error: Could not find adb Please set the ANDROID_HOME environment variable with the Android SDK root directory path.
[W3C] at ADB.callee$0$0$ (../../../lib/tools/system-calls.js:124:11)
[W3C] at tryCatch (/usr/local/lib/node_modules/appium/node_modules/_babel-runtime@5.8.24@babel-runtime/regenerator/runtime.js:67:40)
[W3C] at GeneratorFunctionPrototype.invoke as _invoke
[W3C] at GeneratorFunctionPrototype.prototype.(anonymous function) as throw
[W3C] at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/appium/node_modules/_babel-runtime@5.8.24@babel-runtime/regenerator/runtime.js:136:37)
[W3C] at

最佳回复

以前用 eclipse 的时候也遇到过楼主这样的问题,后来我用终端开启 eclipse 就正常了,open /Applications/xxx(应用的名称).app 。楼主可以参考下

共收到 3 条回复 时间 点赞

自已回复一下,好冷清。。。。

以前用 eclipse 的时候也遇到过楼主这样的问题,后来我用终端开启 eclipse 就正常了,open /Applications/xxx(应用的名称).app 。楼主可以参考下

渐次消逝 回复

感谢,从终端开启果然好,感谢您的帮助。

Doshrik 关闭了讨论 06月15日 15:02
需要 登录 后方可回复, 如果你还没有账号请点击这里 注册