Emulator: emulator: ERROR: Running multiple emulators with the same AVD is an experimental feature

不问归期 提交于 2019-12-10 01:10:22

问题


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.



来源:https://stackoverflow.com/questions/55328499/emulator-emulator-error-running-multiple-emulators-with-the-same-avd-is-an-ex

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!