8
6

More than 3 years have passed since last update.

【Flutter】Android studio でエミュレータが見つからない場合の対処法

Posted at

事象

エミュレータは起動されているのに、'Loading...'の表示が消えず、Buildできない自体が発生。

エラーの内容は以下。

emulator: ERROR: Running multiple emulators with the same AVD is an experimental feature. Please use -read-only flag to enable this feature.

image.png
image.png

解決方法

ユーザのルートディレクトリ直下の'.android/avd/{端末名}.avd'ディレクトリの以下の3つのファイルを削除します。

cache.img
hardware-qemu.ini.lock
multiinstance.lock

image.png

参考文献

8
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
6