【发布时间】:2014-11-25 08:50:07
【问题描述】:
参考版本:https://travis-ci.org/ameer1234567890/Cevapr/builds/42053662
我的 .travis.yml 是:
language: android
android:
components:
- tools
- build-tools-19.1.0
- android-19
- platform-tools
before_script:
- chmod +x gradlew
错误是:
./gradlew build connectedCheck
: No such file or directory
The command "./gradlew build connectedCheck" exited with 127.
Done. Your build exited with 1.
【问题讨论】:
标签: android build gradle travis-ci