我正在尝试构建一个Android项目,但发生了以下错误
Error:(10, 1) A problem occurred evaluating project ':app'. > Failed to apply plugin [id 'com.android.application'] > Gradle version 2.8 is required. Current version is 2.4. If using the gradle wrapper, try editing the distributionUrl in C:\Users\...\gradle\wrapper\gradle-wrapper.properties to gradle-2.8-all.zip
这个版本看起来有些不对劲Gradle
,但我查了gradle-wrapper-property
一下它已经是2.10了.
同样在File-Project Structure-Project中,gradle-version
也是2.10
不知道这是怎么回事,我也多次重启android-studio.
对于那些仍然需要帮助的人,另一篇文章的答案为我做了链接.
您需要更改设置>构建,执行,部署>构建工具> Gradle> Gradle主路径
或者像这样设置使用默认gradle包装和编辑Project\gradle\wrapper\gradle-wrapper.properties
文件字段distributionUrl
distributionUrl=https://services.gradle.org/distributions/gradle-2.10-all.zip