Gradle version 2.10 is required. Current version is 2.4.

Gradle version 2.10 is required. Current version is 2.4. If using the gradle wrapper, try editing the distributionUrl in F:\work\qxueyou\gradle\wrapper\gradle-wrapper.properties to gradle-2.10-all.zip

意思是Android studio使用的gradle版本是2.4,但是项目需要的是2.1。所以需要修改Gradle版本因为墙的原因,在线下载不实际,所以离线安装即可。

(1)进入C:\Users\用户名\.gradle\wrapper\dists目录下,查看当下有哪些版本


只有2.4,那么怎么安装2.1呢?

(2)在 Android studio的File中打开Project Structure选择project,选择Project将Gradle version 改为2.1保存。


在C:\Users\用户名\.gradle\wrapper\dists下回生产一个2.1的目录,但是里面的文件大小为0,因为被墙了下不下来的。




(3)下载 gradle-2.1-all,将其放入随机字符目录下。


(4)重新打开Android studio即可。

ps:其他版本也一样。


以下为其他大神的解决方法。供大家参考。

大神链接


   方法一、 首先在如下地方输入如下    这个命令   gradlew


等到下载完成和安装完成。如下图




          第二种方法就是到网上把  gradle-XXX 那个版本下载下来,然后按照下面那个路径重新配置gradle 路径就行了。OK


           记得把下载的gradle压缩文件解压到  4 所指的地址下面  偶!


         最后还要将下面的地方做相应的更改,改为  2.10-all, 改为你下载的版本号




This error message means that the Gradle version being used by the project is not compatible with the required version. To fix this issue, you can either update the Gradle version of your project to version 2.2 or downgrade the current Gradle version to version 2.2. To update the Gradle version of your project, you can follow these steps: 1. Open the build.gradle file of your project. 2. Find the line that specifies the Gradle version, it should look like this: `classpath 'com.android.tools.build:gradle:3.0.0'` 3. Replace the Gradle version number with the required version number, which is 2.2: `classpath 'com.android.tools.build:gradle:2.2.0'` 4. Sync your project with the Gradle files to apply the changes. If you want to downgrade the current Gradle version to version 2.2, you can follow these steps: 1. Open the Gradle distribution website at https://services.gradle.org/distributions/ 2. Download the Gradle version 2.2 distribution by clicking on the link that says `gradle-2.2-all.zip` 3. Extract the downloaded file into a new folder on your computer. 4. Open the `gradle/wrapper/gradle-wrapper.properties` file of your project. 5. Change the following line: `distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-all.zip` 6. To: `distributionUrl=file:///path/to/gradle-2.2-all.zip` 7. Replace `/path/to/gradle-2.2-all.zip` with the actual path to the extracted Gradle 2.2 distribution on your computer. 8. Sync your project with the Gradle files to apply the changes. After following either of these steps, the project should now be using the required Gradle version and the error message should no longer appear.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值