Android Emulator: select AVD (Android Virtual Devi

2020-02-16 20:19发布

I have added a second Virtual Device to test a different screen resolution (QVGA), but now I wanna switch back to the first AVD (HVGA) again. How can I set the virtual device in Eclipse to be used by default or even specifically for my project? In the properties I can only set the API level.

I also couldn't find any information in the command line tool documentation to set this manually.

3条回答
smile是对你的礼貌
2楼-- · 2020-02-16 21:08

In AndroidManifest.xml, see that your minSdkVersion and targetSdkVersion match your device.

查看更多
孤傲高冷的网名
3楼-- · 2020-02-16 21:09

In Eclipse, click on Run in the toolbar then Run Configurations. Select your application and click on the Target tag. You can then select which AVD to use or set it to manual so it asks you each time you run the app.

Note that if the AVD's Android version is lower than the Minimum API level set in the Manifest, the AVD will not appear in the list.

查看更多
▲ chillily
4楼-- · 2020-02-16 21:17

In new Eclipse Kepler version, right click your project, then click Run as->Run Configurations->"Target" tab, you will see all AVDs in the list, select one as a preferred one, then "Apply" and "Run"

查看更多
登录 后发表回答