Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting a loading wrapper properties error in Android

I am getting the following error :

'C:\Users\install\Desktop\project\CoMpC2\gradle\wrapper\gradle-wrapper.properties'.
No value with key 'distributionUrl' specified in wrapper properties file 'C:\Users\install\Desktop\project\CoMpC2\gradle\wrapper\gradle-wrapper.properties'.
like image 808
Vishnu Viswanathan Avatar asked Jul 09 '26 04:07

Vishnu Viswanathan


1 Answers

Go to C:\Users\\[Username]\\.AndroidStudio4.0\system\ and delete the caches folder.

After this, create new project and the problem goes away.

like image 186
jazini110 Avatar answered Jul 11 '26 17:07

jazini110