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

【Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment】眼前多少难甘事,自古男儿当自强。这篇文章主要讲述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 }





    推荐阅读