Spoofy
Spoofy

Reputation: 651

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

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!

Upvotes: 14

Views: 42850

Answers (2)

Gastón Saillén
Gastón Saillén

Reputation: 13129

It's simple, if you already downloaded in the AVD a system image, just create another emulator with that same image, not need to download another one, change the name of that device and start one app in one emulator and the other in the other one

Upvotes: 3

user3261297
user3261297

Reputation: 101

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.

Upvotes: 10

Related Questions