3

I am running a performance test for my android application, want to know whether it is possible to run multiple emulators at once in Eclipse?

If yes, how do i go about doing it?

3
  • launch them from the adb Commented Nov 29, 2011 at 6:06
  • In order to setup multiple emulators, you have to setup multiple emulators. :) Commented Nov 29, 2011 at 6:07
  • For Emulator check this link: wisdomitsol.com/Blog/Android/Make-Android-Environment/… Commented Jan 19, 2013 at 21:04

3 Answers 3

4
  • Create multiple emulators
  • Change android project run configuration, target as manual selection instead of auto.

  • Right click on android project -> Run As -> Run Configuration. On Run configuration window select the project under Android application [at right panel] Then select Target tab at left panel, and select manual option. that all..

Now whenever you run that selected project, the eclipse will pop up the window with list of running emulators and devices..

To run more than one emulator 1. Open AVD manager 2. select emulator 3. click on start -> launch

Sign up to request clarification or add additional context in comments.

Comments

1

You can run multiple emulators by just calling run again, then in the panel "Android Device Chooser" you can choose another Android Virtual Device. To add new Android Virtual Devices to your Android virtual device manager, just click the device manager button on the bar at the top of eclipse, then in the next screen click new and create a new virtual device. The virtual devices go kind of slowly if there are many of them, but you can use multiple emulators this way.

Comments

1

Open AVD Manager. Create multiple AVD/emulator and run them. Got to the link for help http://developer.android.com/guide/developing/devices/index.html

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.