Reputation: 483
I downloaded Android Studio, installed it, but text is shown incorrectly, as shown below:
I use windows 7 and I don't have the same problem with eclipse, only Android Studio. How to fix it?
Upvotes: 4
Views: 192
Reputation: 483
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
Upvotes: 1