Skip to content Skip to sidebar Skip to footer

How To Run Multiple Avd In Android Studio?

This is my first Question in s.o.f I want run two android virtual device but when i run my first avd and i start to run my second avd the avd manager don't let me to do that.it giv

Solution 1:

You can have two AVDs running in Android Studio just not two of the same devices. When you start a device, it locks it's necessary files. This lock causes and error when you try to start a second instance of the same device. To solve this just create another device via AVD manager and then you should not have a problem running them both at the same time.

Two emulators running at the same time

Post a Comment for "How To Run Multiple Avd In Android Studio?"