Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Emulator looks pixelated

Yesterday, I updated my android studio and downloaded updated SDK's.

Since then my emulator looks very pixelated and if any text is small it's hardly readable.

emulator

Emulator config:

  • Nexus 5
  • Android 6.0 x86_64 google apis
  • not using host GPU emulation

PC config:

  • 8 GB RAM
  • Core i3 4130 CPU
  • integrated graphics (useless)
  • Windows 7 enterprise 64 bit

If anyone have experience with a similar issue please help.

I tried lowering the resolution of the emulator with no avail.

Note: I can not use third party emulators due to restrictions from infosec department.

like image 513
Rahul Tiwari Avatar asked Oct 07 '15 07:10

Rahul Tiwari


1 Answers

Disable display scaling on Windows 10:

  1. Right-click on the emulator icon in the taskbar.
  2. Right-click on qemu-system-x86_64.exe: popup menu
  3. Select 'Properties' in another menu that appears: another menu
  4. Switch to Compatibility tab and click 'Change high DPI settings' button: Properties dialog
  5. Check 'Override high DPI scaling behavior'.
  6. Set 'Scaling performed by' to 'Application': enter image description here
like image 88
Pavel Chuchuva Avatar answered Oct 17 '22 02:10

Pavel Chuchuva