【发布时间】:2018-11-03 23:18:08
【问题描述】:
在你的 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"
}
并安装了 sdk 25 (Android 7)
运行“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.)
我该如何解决这个问题?
【问题讨论】:
标签: android-studio android-gradle-plugin apk