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

前端 未结 6 1874
心在旅途
心在旅途 2021-02-03 19:16

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

6条回答
  •  后悔当初
    2021-02-03 19:52

    This means that your AVD manager thinks that your emulator is running. It thinks that because it sees lockfiles in your avd directory. If your emulator is not running they you can (should) safely delete the lockfiles here :

    $ rm $HOME/.android/avd/.avd/*.lock
    

提交回复
热议问题