出现Failed to open zip file问题的解决方法

网友投稿 1393 2022-10-08

出现Failed to open zip file问题的解决方法

出现Failed to open zip file问题的解决方法

Error:Failed to open zip file.Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)Re-download dependencies and sync project (requires network)Re-download dependencies and sync project (requires network)

错误如上。

最简单的方法,也是我采用的方法,就是改一下gradle-wrapper.properties中的distributionUrl

distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

改成

distributionUrl=http\://services.gradle.org/distributions/gradle-3.3-all.zip

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:Parameter specified as non-null is null for data in onActivityResult
下一篇:aquila- 通用多媒体处理框架程序(aquila是什么牌子)
相关文章

 发表评论

暂时没有评论,来抢沙发吧~