Texts are blurry when I migrated Android Studio to a higher resolution display

混江龙づ霸主 提交于 2019-12-06 10:26:19

问题


is there any way I can change the resolution of Android Studio? recently I migrate my Android Studio from rMBP 13' to rMBP 15' and the text is blurry. I tried to change its resolution hoping to fix it but found no way to do. do you guys met with this before?


回答1:


There's a known issue with IntelliJ and Android Studio on MacOS that only Apple's JDK does proper subpixel antialiasing in its rendering. If you're using an Oracle JDK, then the rendering is not as good.

Unfortunately, this means that the only Java version with good rendering is 1.6; Oracle picked up MacOS support for JDK 1.7 and 1.8.

The good news is that you don't have to use the same JDK to run Android Studio as what you actually use to build; if you have Apple's JDK 1.6 installed, you can use it to run Android Studio, but you can configure Java 1.7 to build with; the latter you configure via the Project Structure dialog.

You can find the relevant bug in IntelliJ's bug tracker at https://youtrack.jetbrains.com/issue/IDEA-117324




回答2:


This blog post helped solve the issue for me on OS X El Capitan: http://inteist.com/fix-fonts-issue-in-android-studio-with-el-capitan-on-os-x/




回答3:


Solution: install latest Oracle JDK (e.g. 1.8.0_92).

As per Oracle, this bug has been fixed in JDK 8.
Fonts and icons look crisp on my MBP after updating from 1.7.0_25 to 1.8.0_92.



来源:https://stackoverflow.com/questions/28146055/texts-are-blurry-when-i-migrated-android-studio-to-a-higher-resolution-display

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!