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

Posted jzdwajue

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu14.04 64bit编译u-boot-2016.07提示 Your dtc is too old, please upgrade to dtc 1.4 or newer

18. 优雅解决The android gradle plugin version 3.0.0-alpha1 is too old, update to the latest version

Jackson version is too old 2.xx

This system‘s SSL library is too old的解决办法

SVN:This client is too old to work with working copy…解决方法

mac上svn: This client is too old to work with working copy 问题的解决