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

前端 未结 13 624
深忆病人
深忆病人 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:28

    In case someone ran into this issue on Linux, here is a fix:

    QT_AUTO_SCREEN_SCALE_FACTOR=0 emulator -avd <Name of your virtual device>
    
    0 讨论(0)
提交回复
热议问题