Celeb Glow
updates | March 12, 2026

How can I fix CorruptedCacheException in Android Studio?

When I was about to run the project into my device with Android Studio, these errors appeared.

Errors appearing at Java Compiler

I tried undoing any progress on the project to see if I didn't write something that broke the code but still got the errors. Decided to go back to a previous version on the project and still nothing. Yesterday, Android Studio was working just fine and there weren't any important changes in the project to mess it up this bad. I asked my boss what to do and he told me to use File > Invalidate cache/Restart but still, nothing changed. Then, I searched around the web and the solutions were to delete either the /cache folder or the /gradle folder. I did both and still, nothing changed.

How can you fix these errors?

Edit: I fixed it. I had to delete the file-access.bin in path C:\Users(User).gradle\caches\journal-1. After deleting it, I restarted Android Studio and rebuilt the project.

1 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy