Android下报这个错误:Minimum supported Gradle version is 2.14.1. Current version is 2.8. If using the gradle wrapper, try editing the distributionUrl in E:\SVN\AutoTest\gradle\wrapper\gradle-wrapper.properties to gradle-2.14.1-all.zip

报这个错误一般都是导入其他项目的时候发生的,因为使用的gradle版本不同导致的,我当前的版本是2.8,而我导入的项目的版本是2.14.1,所以就报了这个错误;该怎么解决呢?

我的解决方案就是:

第一:从网上下载需要的版本压缩包,然后在安装studio的目录的gradle中解压,如下图所示:


Minimum supported Gradle version is 2.14.1. Current version is 2.8. If using the gradle wrapper, try




Minimum supported Gradle version is 2.14.1. Current version is 2.8. If using the gradle wrapper, try


第二:在Android studio中设置gradle为需要的版本即可,如下图所示:


Minimum supported Gradle version is 2.14.1. Current version is 2.8. If using the gradle wrapper, try



第三:设置完成后点击Apply即可。
















相关文章:

  • 2021-10-07
  • 2022-01-03
  • 2022-01-11
  • 2021-04-03
  • 2021-08-12
  • 2021-09-14
  • 2022-12-23
  • 2021-08-24
猜你喜欢
  • 2022-01-13
  • 2021-12-18
  • 2021-11-09
  • 2021-08-25
  • 2021-06-16
相关资源
相似解决方案