\gradle-wrapper.properties not found in Android Studio
I have cloned a git project and I am getting the below issue.
How to resolve it?
Create a gradle/wrapper/gradle-wrapper.properties
file and also put the gradle-wrapper.jar
file in the same directory.
That's how the gradle-wrapper.properties
file should look like:
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
You can also just copy the gradle
directory from another project and edit the wrapper version.