Android 运行报错Failed to open zip file.Gradle‘s dependency cache may be corrupt (this sometimes occurs

Android Studio 运行项目报错: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)

我这里这个问题是因为项目使用的gradle文件损坏导致的。

第一步:查看项目使用的版本,我这里是5.4.1

Android 运行报错Failed to open zip file.Gradle‘s dependency cache may be corrupt (this sometimes occurs_第1张图片

第二步:进入下面路径查看文件是否正常,我这个只有26.4M,很明显是有问题的。

Android 运行报错Failed to open zip file.Gradle‘s dependency cache may be corrupt (this sometimes occurs_第2张图片

第三步:删除当前版本重新下载,我这里删除gradle-5.4.1-bin文件夹,重新rebuild项目自动开始下载。

Android 运行报错Failed to open zip file.Gradle‘s dependency cache may be corrupt (this sometimes occurs_第3张图片

第四步:开始下载

Android 运行报错Failed to open zip file.Gradle‘s dependency cache may be corrupt (this sometimes occurs_第4张图片

下载过程可能会很慢,我下载了大约一个小时,下载完成运行项目成功运行。

随笔记录,希望对您也能有所帮助。

你可能感兴趣的:(bug-日常积累,android)