Gradle version 2.2 is required错误解决

转载请标明来源:http://blog.csdn.net/rflyee/article/details/51067793

android studio编译项目时出现如下错误:

A problem occurred evaluating project ':app'.
> Failed to apply plugin [id 'com.android.application']
   > Gradle version 2.2 is required. Current version is 2.10. If using the gradle wrapper, try editing the distributionUrl in /Users/brindy/Projects/TestApp/gradle/wrapper/gradle-wrapper.properties to gradle-2.2-all.zip

此时,wrapper中gradle配置的为2.10版本,

这里写图片描述

这是由于android gradle插件之前只支持2.2-2.9版本的,属于gradle的一个bug,详见:
这里写图片描述

https://android.googlesource.com/platform/tools/base/+/master/build-system/gradle/src/main/groovy/com/android/build/gradle/BasePlugin.java#113
后续版本修复了该问题,但是貌似有时候不起作用:
https://android.googlesource.com/platform/tools/base/+/b96ce169b385d006cfccc4c9f1e54ab47140f59d

补充:
gradle3.2.1已修复该bug,详见:
https://discuss.gradle.org/t/gradle-thinks-2-10-is-less-than-2-2-when-resolving-plugins/13434

gradle3.2.1之前版本解决办法如下:

buildscript {
System.properties['com.android.build.gradle.overrideVersionCheck'] = 'true'
...
}

转载请标明来源:http://blog.csdn.net/rflyee/article/details/51067793

参考:
https://discuss.gradle.org/t/gradle-thinks-2-10-is-less-than-2-2-when-resolving-plugins/13434/2

评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值