Plugin is too old, please update to a more recent version, or set android_daily_override environment variable to "* * * * *"
One of the solutions:
Modify the project dependent Build.gradle file as follows:
dependencies { classpath ' com.android.tools.build:gradle:+ ' ...}
Re-compile can
This time the console should have a warning, let the update Gradle version, enter the Gradle/wrapper/gradle-wrapper.properties.
#Mon Dec 10:00:20 PST 2015distributionbase=gradle_user_homedistributionpath=wrapper/distszipstorebase=gradle_ user_homezipstorepath=wrapper/distsdistributionurl=https\://services.gradle.org/distributions/ Gradle-2.14.1-all.zip
The red version number is changed to a warning to change the version, compile can
Plugin is too old, please update to a more recent version, or set android_daily_override environment variable to "* * * * *"