The error:
The project is using an unsupported version of Gradle. Please use version 1.10.
My `gradle.build` file says this:
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
}
As far as I know, the above line is correct. My gradle-wrapper
file says:
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip
This happened when I downloaded the newest Android Studio beta (v.8) and tried to import an app that had, what I assume is an old version of Gradle.
Also, when I hit "Fix Gradle Wrapper and re-import project
", nothing happens.