码迷,mamicode.com
首页 > 移动开发 > 详细

Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment

时间:2017-06-21 20:00:19      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:long   classpath   release   adl   .com   override   style   最新   article   

Apparently, beta releases of the Gradle for Android plugin expire. AFAIK, that is not documented behavior. Right now, the only way that I know of to find out what the latest beta release is would be by monitoring http://tools.android.com/tech-docs/new-build-system

找到最新的版本号的gradle替换就可以。

    dependencies {
//        classpath ‘com.android.tools.build:gradle:2.0.0-alpha1‘
        classpath ‘com.android.tools.build:gradle:2.0.0-alpha3‘
//        classpath ‘com.android.tools.build:gradle:1.3‘
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }

Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment

标签:long   classpath   release   adl   .com   override   style   最新   article   

原文地址:http://www.cnblogs.com/jzdwajue/p/7061304.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!