首页 > 移动平台 > 详细

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

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

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!