0
点赞
收藏
分享

微信扫一扫

[!] Gradle threw an error while downloading artifacts from the network. Retrying to download... Runn


[!] Gradle threw an error while downloading artifacts from the network. Retrying to download… Runn
报这个错

把zip包直接放到c盘某个位置 并更改android/gradle/wrapper/gradle-wrapper.properties里的

distributionUrl 改成本地的地址 比如本人的地址
C:/Users/Administrator/.gradle/gradle-6.6.1-all.zip
就可以把这个地址填进去
distributionUrl=file:///C:/Users/Administrator/.gradle/gradle-6.6.1-all.zip


举报

相关推荐

0 条评论