'\gradle-wrapper.properties not found in Android Studio
Solution 1:[1]
Create gradle/wrapper/gradle-wapper.properties
and also put the gradle-wrapper.jar
there:
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
Or just copy the gradle
directory from another project and edit the wrapper version.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 |