Can't run multiple android emulator concurrent

2020-04-12 03:40发布

问题:

Before installing updates in SDK Manager, it worked well. But then I cannot run two emulator at the same time. Any solution for this problem ?

回答1:

Same problem i have faced.

To solve this i have created new AVD and try to run this.

OR emulator-arm -avd <AVD>

Now i am also able to run old AVDs

It has solved my problem. Hope this will help you.