

- #GRADLE SYNC FAILED IN ANDROID STUDIO 3.0.1 INSTALL#
- #GRADLE SYNC FAILED IN ANDROID STUDIO 3.0.1 ZIP FILE#
- #GRADLE SYNC FAILED IN ANDROID STUDIO 3.0.1 UPDATE#
Gradle sync failed: Cause: error in opening zip file If the problem persists then you will need to manally delete the cache files in the. This will reset the cache and should solve any issue caused by corrupt cache data.

If it doesn't then try to invalidate the cache using File / Invalidate Chache.Īndroid Studio > File > Invalidate Cached / Restart Once the Plugin and Gradle versions match in project structure and gradle scripts, you can restart Android Studio to see if it solves the Gradle Sync errorr. Lastly open Project Structure from File menu and ensure that Android Gradle plugin version and Gradle version are correct. Classpath in project dependencies should correspond to the correct Android Gradle Plugin version.

If distributionURL is correct then check the Plugin version in project adle file. This provides the source of gradle zip file that is downloaded for updating to required gradle version.
#GRADLE SYNC FAILED IN ANDROID STUDIO 3.0.1 INSTALL#
You can see the Gradle Version to install in Gradle Scripte > gradle-wrapper.properties as distributionURL. If you changed the gradle scripts incorrectly then you can follow the following steps to fix gradle settings. You always have to ensure that correct versions are used in project structure settings and Gradle scripts.
#GRADLE SYNC FAILED IN ANDROID STUDIO 3.0.1 UPDATE#
You can see the list of required versions on Android Developer's page.įor example: If you want to update Android Gradle Plugin to version 4.0.1, for this the required Gradle version is 6.1.1. You have to make sure that required Gradle version is installed for Android gradle version. You can do this manually or automatically. Once you update Android studio, you are asked to update Gradle version also. If you have no network problem then look at the project settings and Gradle Scripts to see if there are any errors there.
