I recently simply deleted my cache memory from the folder %temp% (I read it somewhere deleting content of %temp% improve performane of PC) After that when I open my projects in Android studio its showing error message
Error:Could not read cache value from 'C:\Users\PEACE.gradle\daemon\2.8\registry.bin'.
and the project cannot be further executed :(
How to registry.bin file ? I have got noting in recycle bin .
Start
Type "cmd" + enter
cd to C:\Users\PEACE.gradle\daemon\2.8\
Ctrl + A
Delete All
Restart Android Studio
just go C:\Users\PEACE.gradle\daemon\2.8 directory and delete all files on that directory. then restart Android Studio. that should work
Instead of deleting everything, I would delete C:\Users\PEACE.gradle\daemon\2.8\registry.bin.lock
Linux
Open terminal.
Execute:
rm /home/username/.gradle/daemon/{gradle version}/registry.bin.lock
Windows
Open cmd
Execute
del C:\Users\UserProfile.gradle\daemon{gradle version}\registry.bin.lock
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With