Gradle sync failed: The android gradle plugin version 2.3.0-beta1 is too old, please update to the latest version
To override this check from the command line please set the ANDROID_DAILY_OVERRIDE environment variable to "bcfc63e5d0a4f1655d523dcea7fe470ca02f0690"
Consult IDE log for more details (Help | Show Log)
To override this check from the command line please set the ANDROID_DAILY_OVERRIDE environment variable to "bcfc63e5d0a4f1655d523dcea7fe470ca02f0690"
Consult IDE log for more details (Help | Show Log)
You need to update the version of the gradle tools you are building with. This can be found inside the dependencies section of your
build.gradle
. You have 3 options you can update to:
The latest stable version referenced in the release channel as of 6th December, 2016 is
classpath 'com.android.tools.build:gradle:2.2.3'
Or the latest beta version via dev channel / beta channel as of 11th November, 2016 is
classpath 'com.android.tools.build:gradle:2.3.0-beta1'
And the latest alpha version from the canary channel as of 21st November, 2016 gives you the option to use
classpath 'com.android.tools.build:gradle:2.3.0-alpha3'
Updating requires you to also upgrade the gradle wrapper. As of 3rd January '17, the newest is:
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
On android studio you can find your wrapper by changing to the project view and looking in
gradle
/wrapper
/gradle-wrapper.properties