0
点赞
收藏
分享

微信扫一扫

【Android】Could not install Gradle distribution from


Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-6.5-bin.zip'.

问题

今天新建项目遇到如下问题:
【Android】Could not install Gradle distribution from_解决方案
​​​无法安装gradle分发版​

解决方案
​​​看来有可能是线上的问题了,毕竟JCenter的管家最近跑路了,也不是不可能​​​
本地配置

  1. 我们点击链接本地下载置,很快啊
    【Android】Could not install Gradle distribution from_新建项目_02
  2. 接着我们配置gradle-wrapper.properties
    【Android】Could not install Gradle distribution from_解决方案_03
  3. 将distributionUrl配置为本地
    【Android】Could not install Gradle distribution from_分发版_04
  4. 最后就刷刷开始build啦
    【Android】Could not install Gradle distribution from_gradle_05

搞定!!!
【Android】Could not install Gradle distribution from_gradle_06


举报

相关推荐

0 条评论