How to use two emulators at the same time in the same project in Android Studio?

Spoofy picture Spoofy · Feb 20, 2015 · Viewed 22.2k times · Source

I working in Android Studio and I need some help regarding the emulators.

I want to start two emulators so I can use them the same time to test my application. Right now the problem is that when the second emulator loads everything just crashes.

How can I solve this?

Please help!

Answer

user3261297 picture user3261297 · Mar 10, 2015

You can run multiple emulators at the same time simply by running your app again. When the AVD manager pops up, instead of selecting your already running emulator, click 'Launch Emulator' and select another emulator to launch.