This page is obsolete. Redirecting to https://developer.android.com/studio/troubleshoot.html#high-density MacOS On Mac computers, Android Studio should provide the best experience in all configurations, and does not require any manual configuration: On Retina displays, UI elements are scaled by a factor of 200% and images are rendered in high resolution. There should be no blurriness due to scaling, even in multi-monitor configurations. Note that there is no support for scaling factors other than 100% (non retina displays) and 200% (retina displays). WindowsOn Windows, Android Studio should provide the best experience in all configurations, except for configurations with multiple monitors having different DPI (see https://code.google.com/p/android/issues/detail?id=186007). Android Studio uses the primary display DPI settings to determine the scaling factor of UI elements. For images, if the scaling factor is less than 150% (dpi of 144), normal resolution images are scaled up. If the scaling factor is greater then 150%, high resolution (retina) images are used, and scaled to the appropriate scaling factor. If the scaling factor is not exactly 100% (dpi of 96) or 200% (dpi of 192), image may appear slightly blurry due to scaling. LinuxOn Linux, Android Studio should provide an experience similar to Windows. However, given the number of configurations, it is possible Android Studio is unable to detect the correct value of the system DPI. Currently, the scaling factor is determined by looking at the "Text Scaling Factor" (or similar), then at the XWindow system DPI setting. When troubleshooting a scaling issue, it can be useful to run the font-config-info tool to look at various system settings. Note: If Android Studio does not detect the right system DPI, you can manually set it via a property; look for " hidpi.system.dpi.override " in the troubleshoot section below for details.FAQ & troubleshootingQ: I am running Android Studio on Windows, and fonts and images look blurry (or pixelated). What's going on? A: There are a few known cases where this can happen
Q: Android Studio UI looks fine and the right size, except for the editor font is too small (or too big) compared to the rest of the UI elements. What's going on? A: This can happen when a custom editor scheme is active. Go to the "File > Settings" menu, then "Editor > Colors and Fonts > Font" and change the size of the editor font. Note the when the default scheme is active, the editor font size is automatically scaled (see bug https://code.google.com/p/android/issues/detail?id=186920) Q: Some UI elements of Fonts of Android Studio are the right size, while other are too small (or too big). What's going on? A: This is probably a bug (see https://code.google.com/p/android/issues/detail?id=186923). Please file a bug in "Help > Submit Feedback" with a screenshot and as much information as possible on your system configuration. Q: Android Studio UI looks fine and the right size, except for some particular icon is blurry (or pixelated), or some text is too small or too big. What's going on? A: This is probably a bug, where that particular element has not been fully updated for HiDPI support. Please file a bug in "Help > Submit Feedback" with a screenshot and as much information as possible on your system configuration. Q: What are the "hidpi" and "hidpi.system.dpi.override" properties about? A: By default, Android Studio examines various system settings to figure out the DPI setting of the display, and then applies a scaling factor to UI elements according to this setting. A DPI setting of 96 corresponds to a scaling factor of 100% (i.e. no scaling), a DPI setting of 192 corresponds to a scaling factor of 200% (i.e. the size of UI elements is doubled). Android Studio currently supports DPI settings in the range of 96 (100% scaling) to 288 (300% scaling). The "hidpi" and "hidpi.system.dpi.override" properties allow manually overriding the system setting with a custom value.
Important - please follow the instruction in the Configuring Android Studio: IDE & VM Options, JDK, etc page when overriding these properties. |
Technical docs >