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

错误样例:
这里写图片描述

这句话的意思是 :打不开压缩文件, gradle依赖缓存发生中断

解决方式:
1.删除项目中的 gradle文件夹—>wrapper文件夹

解决错误Error:Failed to open zip file. Gradle's dependency cache may be corrupt_第1张图片

2.重新gradle编译
解决错误Error:Failed to open zip file. Gradle's dependency cache may be corrupt_第2张图片

如果解决不了—

1.删除该文件

 ~/.gradle/wrapper/dists/gradle-3.3-all/55gk2rcmfc6p2dg9u9ohc3hw9/gradle-3.3-all.zip.

2.删除wrapper:
delete wrapper folder in the gradle from the project directory.

3.重新gradle编译: resync gradle file in project.

以上~

你可能感兴趣的:(【bug收集者】)