'Could not load wrapper properties from 'C:\Users\AndroidStudioProjects\Test\gradle\wrapper\gradle-wrapper.properties'
Could not load wrapper properties from 'C:\Users\AndroidStudioProjects\Test\gradle\wrapper\gradle-wrapper.properties'.
Am getting this error when I created new project in Android studio.
Solution 1:[1]
It is a common problem in Android Development. You can easily fix that.
OpenC:\Users\\[Username]\\.AndroidStudio4.0\system\ and delete the "caches" folder. After that create new project in Android Studio and all will works great.
Solution 2:[2]
C:\Users\Pushpa\.android\cache
By deleting this worked for me.
Solution 3:[3]
C:\Users\(you user)\AppData\Local\Google\AndroidStudio2020.3\caches
you have to delete the cache folder
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 | Bogdan Lonchuk |
| Solution 2 | Pushpa Raj Dangi |
| Solution 3 | Di_O |
