Androidエミュレータが起動しないときの対応「emulator: ERROR: Running multiple emulators with the same AVD is an experimental feature. Please use -read-only flag to enable this feature.」

Androidエミュレータが起動しないときの対応「emulator: ERROR: Running multiple emulators with the same AVD is an experimental feature. Please use -read-only flag to enable this feature.」

Androidエミュレータを起動しようとした際に下記のエラーが出たので対処法を調べてみました

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

対処法

ユーザのルートディレクトリに移動します。

ターミナルであれば、cdと打ってエンター

その後、.android/avd/端末名.avd/に移動し下記の3つのファイルを削除します。

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

以上になります。

Androidカテゴリの最新記事