在一次android studio升级后产生如下错误:
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>
前往系统安装gradle的目录,一般情况在".gradle\wrapper\dists" 目录,然后查看android项目的gradle-wrapper.properties文件查看所在项目使用的gradle版本,凡是版本号一致的都可以删除, 如:"gradle-3.3-all" 文件夹,然后再次打开android studio,就可以更新了。
这样应该就恢复正常了。