How to create new emulator with custom screen size?

后端 未结 3 1253
野的像风
野的像风 2021-01-02 22:47

In avd manager, when I try to create new avd, there was skin section. But after updating sdk, I cant see this section. How can I use my own screen size instead of existing s

3条回答
  •  Happy的楠姐
    2021-01-02 23:05

    If running the emulator from the command line, you can use the -skin option:

    emulator @foo -skin 800x600
    

    See: Start the emulator from the command line

提交回复
热议问题