4

I downloaded Android Studio, installed it, but text is shown incorrectly, as shown below:

android_studio

I use windows 7 and I don't have the same problem with eclipse, only Android Studio. How to fix it?

Vucko
  • 7,371
  • 2
  • 27
  • 45
Log
  • 433
  • 4
  • 19
  • 3
    May graphics problem in your PC. There is nothing wrong with android studio. I just installed yesterday – Shabbir Dhangot Mar 26 '16 at 11:01
  • I found the similiar question: http://stackoverflow.com/questions/22737535/swing-rendering-appears-broken-in-jdk-1-8-correct-in-jdk-1-7 – Log Mar 26 '16 at 11:19
  • Try reinstalling Android Studio and restarting your system. Very unlikely its Android Studio's fault. – Emzor Mar 26 '16 at 11:44

1 Answers1

1

I found the decision of this problem. Add environmental variable with name "J2D_D3D" and value "false", it works for me. This decision from Swing rendering appears broken in JDK 1.8, correct in JDK 1.7

Community
  • 1
  • 1
Log
  • 433
  • 4
  • 19