Error:could Not Read Cache Value From '/users/gsp/.gradle/daemon/2.10/registry.bin'
am working on android project on macbook, of recent i just emptied my recycle bin but when i sync my project i get the following error Error:Could not read cache value from **/Use
Solution 1:
You have the path in your error message.
- Open Finder
- Press Cmd+Shift+G
- Type in ~/.gradle and press enter
- Then go to the "daemon" folder and delete the folder named "2.10"
- Rebuild/sync your project
Solution 2:
just go /Users/gsp/.gradle/daemon/2.10 directory and delete all files in that directory. that should work...
Solution 3:
you should delete only that directory that mention in file path like 2.10 or 4.1 etc.
for example android studio giving error like: Error:Could not read cache value from 'C:\Users\User_Name\.gradle\daemon\4.1\registry.bin'
.
And manually browse the given directory "C:\Users\User_Name\.gradle\daemon"
and delete folder 4.1.
after that, you should go android studio and click on sync gradle icon.
Post a Comment for "Error:could Not Read Cache Value From '/users/gsp/.gradle/daemon/2.10/registry.bin'"