How to resize the AVD emulator (in Eclipse)?

前端 未结 11 1054
栀梦
栀梦 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:08

    You can permanently change window size of emulator by changing in config.ini file of avd

    For that you need to follow this path

    • First go to your android #home directory
    • Then go to .android folder
    • Then avd folder and go to your avd named folder
    • you will see config.ini file

    In config.ini file change the value of skin.name and skin.path to your conveniency. I have set it to 480x600 .

提交回复
热议问题