开发者

Running two instances of Android emulator

开发者 https://www.devze.com 2023-01-07 17:01 出处:网络
I have written some code in eclipse and I want to run it on two separate Android emulators. How do I do this when I click \"Run\"?

I have written some code in eclipse and I want to run it on two separate Android emulators.

How do I do this when I click "Run"?

I read online and it said I n开发者_高级运维eed to do AVD configuration. What is that and how do I do that?

Thanks


you have to create two emulator and run it seperately.

in your Run Configuration. Goto -> Target -> Select manual Target. for Both Projects.

When you run the project its automatically ask the device selector.


You can start emulator on command line / shell.

AVD is a virtual device where you can test your application. You can define a virtual device with required screen resolution and memory etc. If using eclipse you can use the Android AVD manager available in the 'Window' menu

0

精彩评论

暂无评论...
验证码 换一张
取 消