Tag Archives: Android stdio problem solving

Error:Failed to open zip file. Gradle‘s dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)

Perfect solution e rror:Failed to open zip file. Gradle’s dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)

(the picture is found, the same problem)
reason: Download error due to network reasons

Delete the corresponding gradle package, download the gradle version again and reload it

To view the gradle version:

1. Open gradle- wrapper.properties The last line in is gradle version

2. Ctrl + Alt + Shift + s open the project structure

Download website https://services.gradle.org/distributions/

Find the corresponding version to download

My gradle address is C:// users\ lei.gradle \wrapper\dists\gradle-6.1.1-all

After replacing the downloaded gradle with the previous gradle

Restart Android stdio and it’s OK