当我将 Android Studio 迁移到更高分辨率的显示器时,文本变得模糊 [英] Texts are blurry when I migrated Android Studio to a higher resolution display

查看:48
本文介绍了当我将 Android Studio 迁移到更高分辨率的显示器时,文本变得模糊的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么办法可以改变 Android Studio 的分辨率?最近我将我的 Android Studio 从 rMBP 13' 迁移到 rMBP 15' 并且文本模糊.我试图改变它的分辨率,希望能解决它,但找不到办法.你们以前遇到过这个吗?

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?

推荐答案

MacOS 上的 IntelliJ 和 Android Studio 存在一个已知问题,即只有 Apple 的 JDK 在其渲染中进行适当的子像素抗锯齿处理.如果您使用的是 Oracle JDK,那么渲染效果就不那么好.

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.

不幸的是,这意味着唯一具有良好渲染的 Java 版本是 1.6;Oracle 选择了 MacOS 对 JDK 1.7 和 1.8 的支持.

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.

好消息是,您不必使用与实际构建时使用的 JDK 相同的 JDK 来运行 Android Studio;如果你安装了 Apple 的 JDK 1.6,你可以用它来运行 Android Studio,但你可以配置 Java 1.7 来构建;后者您通过项目结构"对话框进行配置.

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.

您可以在 https://youtrack.jetbrains.com 的 IntelliJ 的错误跟踪器中找到相关错误/issue/IDEA-117324

这篇关于当我将 Android Studio 迁移到更高分辨率的显示器时,文本变得模糊的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆