Home > Software design >  The specified Gradle distribution 'https://services.gradle.org/distributions/gradle-7.3.3-bin.z
The specified Gradle distribution 'https://services.gradle.org/distributions/gradle-7.3.3-bin.z

Time:11-24

I just cloned a project and it opened in Android Studio. This Error was given: The specified Gradle distribution 'https://services.gradle.org/distributions/gradle-7.3.3-bin.zip' does not exist.

How can i fix this?

CodePudding user response:

You must run Android Studio as an Administrator and everthing is solved.

  • Related