Home > Back-end >  I get this in all my projects i dont know why and what is this how to fix it
I get this in all my projects i dont know why and what is this how to fix it

Time:04-06

In every projects I get when open a file last night I write a code but to day I start android studio I get this when I open other projects same thing is happening to some files

check this image you can better understand

CodePudding user response:

It seems like your studio crashed. You need to clean your android studios cache folder. It is located at

On Windows: C:\Users\%USERPROFILE%\.AndroidStudio4.0\system\caches

.AndroidStudio4.0 - choose your latest android's version here

close your studio first. Then delete this cache folder. After then restart your studio project. It will looks perfect after restarting.

CodePudding user response:

try Window R cmd will open enter the %temp% and call cache will open select all then delete it.

  • Related