Android emulator screen fills up only some fraction part of actual android emulator screen

前端 未结 13 629
深忆病人
深忆病人 2020-12-02 18:55

First thing first,

Using Android Studio 2.3.3

Problem:

My emulator screen is covering the only partial amount o

13条回答
  •  情歌与酒
    2020-12-02 19:14

    I am running Archlinux and I had exactly the same problem because I have $QT_SCALE_FACTOR set to 2 by default. Setting it back to 1 for the emulator fixed the problem:

    env QT_SCALE_FACTOR=1 Android/Sdk/emulator/emulator -avd api25 
    

提交回复
热议问题