0

This is the error I get

   Gradle sync failed: Could not load wrapper properties from 'C:\Users\k1\AndroidStudioProjects\Fixerror\gradle\wrapper\gradle-wrapper.properties'.
                    No value with key 'distributionUrl' specified in wrapper properties file 'C:\Users\k1\AndroidStudioProjects\Fixerror\gradle\wrapper\gradle-wrapper.properties'.
                    Consult IDE log for more details (Help | Show Log) (96 ms)
kaushal
  • 785
  • 12
  • 27

1 Answers1

1

Check in your gradle-wrapper.properties there should be a value for distributionUrl for example

#Wed May 27 16:03:33 BST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

EDIT

You can file the file here enter image description here

Jaime
  • 378
  • 2
  • 7