Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio shows C++ file icon on every file

After updating Android Studio to version 4.1 every file icon in the project is shown as a C++ icon. Is there any way to repair this? This is how it looks:

enter image description here

You can see every file, no matter what extension, has enter image description here icon. I created new projects and checked the old ones but the effect is the same everywhere.


In my case, the error disappeared after updating Android Studio to version 2020.3.1.

like image 302
iknow Avatar asked Aug 30 '25 15:08

iknow


1 Answers

enter image description here

What i normally do is clear Android Studio's cache, forcing it to rebuild icons.

Go to File -> Invalidate Caches / Restart.

like image 58
Pedro Barreto Avatar answered Sep 09 '25 17:09

Pedro Barreto