欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Error:Failed to open zip file. Gradle's dependency cache may be corrupt

程序员文章站 2022-05-31 16:14:44
...
Android Studio  Gradle 的问题.
具体问题内容:
Error:Failed to open zip file.
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
<a href="syncProject">Re-download dependencies and sync project (requires network)</a>
<a href="syncProject">Re-download dependencies and sync project (requires network)</a>

Error:Failed to open zip file. Gradle's dependency cache may be corrupt
问题原因你没有下载对应的gradle版本,或者你下载了没有下载完成。
两个解决方法:
1、修改gradle版,具体位置在 项目->gradle-> gradle-wrapper.properties里的gradle的版本,修改为你已经下载完整的gradle版本就可以了,具体你有下载好哪些你可以去你电脑查看,默认地址是 C:\Users\Administrator\.gradle\wrapper\dists
Error:Failed to open zip file. Gradle's dependency cache may be corruptError:Failed to open zip file. Gradle's dependency cache may be corruptError:Failed to open zip file. Gradle's dependency cache may be corruptError:Failed to open zip file. Gradle's dependency cache may be corrupt

2、第二个方法,下载好对应的版本,这个可能需要比较长的时间,但是有的时候你就是需要去更新版本,下载的方法也有两个:
一、是你在gradle-wrapper.properties配置好你需要的版本,打开Android studio的时候会去下载,这个可能下载时间比较长,并且这个期间不能调试项目。
二、自己手动去下载,下载地址为:http://services.gradle.org/distributions/ ,下载好后放在 C:\Users\Administrator\.gradle\wrapper\dists  这个目录下,然后在gradle-wrapper.properties 修改为对应的版本就ok了