With the following specs in thee app/build.gradle
compileSdkVersion 25
buildToolsVersion "25.0.3"
defaultConfig {
applicationId "ir.iiscenter.shub"
minSdkVersion 16
targetSdkVersion 25
versionCode 25
versionName "2.6.7"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
And the sdk 25 (Android 7) installed
I get the following error by running "Build APK"
The project is using an unsupported version of Gradle.
Please point to a supported Gradle version in the project's Gradle settings or in the project's Gradle wrapper (if applicable.)
How can I fix that?