Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-5.4.1-all.zip'

android, android-studio, build.gradle

Solution

I had the same problem and eventually I figured out that running Android Studio as administrator solves it. You can at least give it a try!

Problem

Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-5.4.1-all.zip' I have just installed Android Studio 3.5 on Windows and then created a new project the above exception occurred. I have searched on Google regarding the above error but none resolved. Below are the links that I have tried but none worked - Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-2.1-all.zip' - Eclipse -Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-2.1-bin.zip' Is this an issue with Antivirus which is installed on the local machine? Or I am just guessing its because of the Antivirus? I have been trying this for 3 days. Please help me with this.Any help would be appreciated.

Original source

Related problems