How to resize the AVD emulator (in Eclipse)?

前端 未结 11 1047
栀梦
栀梦 2020-11-28 01:24

I\'m writing my first Android app for a small business that has some Droid phones. I set up an AVD for the phone with the right resolution: 854 pixels high.

I\'m wo

11条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-28 02:12

    For Changing the window size of the Android Emulator

    Append the parameter -scale ­­ to the Emulator launch parameters. In eclipse, put it in the field "Additional Emulator Command Line Options" within the Run Configuration.

    Allowed scale factors are those between 0.1 and 3, although the most common will probably be -scale 0.5 .

提交回复
热议问题