Reputation: 2659
My Android Studio is updated (3.4.1). My computer is operating with Windows 7 with 8GB RAM.
I'm having some strange problems inside Android Studio. The last is that the program didn't was recognizing string values in strings.xml
inside the program
I check this in debugger. I saw weird negative values.
My solution, one more time, was run Invalidate Caches and Restart
. After that, everything works again. It's very weird.
What can be happening?
Upvotes: 1
Views: 1199
Reputation: 401
NO. AndroidStudio
caches a great number of files and does not delete them. Therefore, the system cache may one day become overloaded and then you'll have to clear these cache files manually by yourself and restart AndroidStudio
. Hence, the name Invalidate Caches and Restart
Below is the link for more reference.
Upvotes: 1