用 Jenkins 对 Cordova 项目做持续集成,在 Jenkins 中执行 shell 脚本 cordova build 来对 cordova 项目进行构建。ANDROID_HOME 环境变量通过全局变量设置了,但是仍然报错;求大神帮忙~~~
CordovaError: Android SDK not found. Make sure that it is installed. If it is not at the default location, set the ANDROID_HOME environment variable.
环境变量设置如下
shell 脚本配置
详细错误信息如下:
CordovaError: Android SDK not found. Make sure that it is installed. If it is not at the default location, set the ANDROID_HOME environment variable.
at /home/mac/workspace/cordova-hello/platforms/android/cordova/lib/check_reqs.js:45:27
at ChildProcess.exithandler (child_process.js:220:5)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:827:16)
at Socket.<anonymous> (internal/child_process.js:319:11)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at Pipe._onclose (net.js:475:12)
找到解决办法了,将$ANDROID_HOME/tools和$ANDROID_HOME/platform-tools配置到jenkins的全局环境变量里面,就可以了。
怎么配置啊?
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。