4k Display & Android Emulator: Fail
I'm moving to my new laptop which has 4k screen (3840x2160, to be exact). As my OS of choice I have Linux, and all scaling I have set up for this is done via Gnome (scaling-factor
Solution 1:
Ok, I've found out what the issue was. UI scaling is handled by Qt in case of android emulator. It was set to: QT_DEVICE_PIXEL_RATIO=2
somewhere in my configs. This made emulator act weird. Cheers!
Solution 2:
Just delete the environment variable and restart Android Studio to get the new env variables.
Post a Comment for "4k Display & Android Emulator: Fail"