Running two instances of the Android emulator

I wrote the code in eclipse and I want to run it on two separate Android emulators.

How to do this when I click "Run"?

I read online and he said that I need to configure AVD. What is it and how can I do it?

thank

+3
source share
2 answers

you need to create two emulators and run it separately.

in your startup configuration. Goto → Target → Select a manual target. for both projects.

When you start a project, it automatically requests a device selector.

+3
source

You can run the emulator on the command line / shell.

AVD - , . .. eclipse, Android AVD, ""

0

Source: https://habr.com/ru/post/1755285/


All Articles