Is it safe to delete the .gradle folder in Android Studio?

后端 未结 2 1736
刺人心
刺人心 2021-01-03 21:08

I have an old project that am working at, I noticed that the .gradle folder has too many subfolders for each distribution of gradle I\'ve changed in the past, is it safe to

2条回答
  •  自闭症患者
    2021-01-03 21:29

    Though its very old thread but recently I recently run into the issue when renamed my android application root name manually. Access Denied error coming on reopening in Android Studio for filehashes.lock under .gradle folder.

    So followed below steps and it worked fine. 1. Close Android Studio 2. Delete .gradle folder manually 3. Restart Android Studio On restarting android studio, .gradle folder will be recreated.

提交回复
热议问题