Emulator: emulator: ERROR: Running multiple emulat

2019-06-19 19:13发布

问题:

I removed the emulator and reinstalled it and got the same error.

Emulator: emulator: ERROR: Running multiple emulators with the same AVD is an experimental feature. Emulator: Process finished with exit code 1.

回答1:

Removing the .lock files did the trick for me. Find the avd and remove the lock files. In a Mac .android/avd/'NAMEOFAVD.avd directory . The files I removed were hardware-qemu.ini.lock and multiinstance.lock.



回答2:

It can be solved using this method. It worked for me. Follow the steps.

  1. Open Andrid Studio.
  2. Go to AVD Manager.
  3. In the Actions column, for the respective avd, click on the down arrow and click on Stop.

This will stop the emulator and then you can restart it from the commmand line.