Search code examples
androidlinuxandroid-studiofontsmanjaro

Trouble with fonts android studio


I'm having problems with the fonts of Android Studio (IDE). I use Manjaro (linux), and I've already installed Android Studio directly with yaourt or even downloading it from the official site, and I have generated the launcher with a .desktop file, but I still can't solve the problem:

As you can see here, It's just showing blocks

I've also tried this in the console:

sudo pacman -S ttf-dejavu

and this:

sudo pacman -S ttf-roboto

I've also reinstalled Android Studio and the problem still keeps there.

If I change the theme to Android Studio there is Still some Text which isn't readable:

Changing Android Studio Theme


Solution

  • It's solved, thanks for your answers, what I did was change theme to Dracula, then I changed the font style and restart android studio. About the suggestion, I'll have it on mind, thank you.

    changing theme and font

    I also delete the .idea folder (located in the root of the android project) before restarting Android Studio.

    Good luck.