Reputation: 681
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
Upvotes: 0
Views: 69
Reputation: 681
I deleted .gradle, cache, folder from c drive issue is not fixed but When I delete android studio and reinstall android studio this issue is fixed my code is showing and app works normally
Upvotes: 0
Reputation: 111
try Window + R
cmd will open enter the %temp%
and call cache will open select all then delete it.
delete the test folder from your project it will work. If you will delete the test folder it will not affect you remaining project. If it's not working inform me
Upvotes: 0
Reputation: 1925
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.
Upvotes: 1