Could not find com.android.tools.build:gradle:3.0.0-alpha1 in circle ci

 

Error:(1, 0) The android gradle plugin version 3.0.0-alpha1 is too old, please update to the latest version.
To override this check from the command line please set the ANDROID_DAILY_OVERRIDE environment variable to "7e43b5407f7c82b41265c7ba9043d47cf821092"
<a href="fixGradleElements">Upgrade plugin to version 3.0.0-alpha1 and sync project</a><br><a href="openFile:D:/dev/and/MyApplication/build.gradle">Open File</a>

错误:(1, 0)Android 3.0.0-alpha1 gradle 插件版本太旧,请更新到最新版本。
重写此检查命令行 请设置环境变量 android_daily_override 为 “7e43b5407f7c82b41265c7ba9043d47cf821092”
< a href =“fixgradleelements”>升级插件版本3.0.0-alpha1和同步工程</a> <BR> < a href =“打开文件:D:/dev/and/MyApplication/build.gradle”>打开文件</a>

我这样做:

单击 SDk Manager:

单击 updates > Canary Channel, 单击 check now

改变 build.gradle  编译版本为 26.0.0-beta2:

后 gradle/build.gradle 改变依赖类路径 'com.android.tools.build:gradle:3.0.0-alpha7' :

后同步项目…… 我的作品!  希望有帮助… 谢谢!

上一篇:House of Spirit学习调试验证与实践


下一篇:Linux下JDK安装和环境变量配置