🐛

[M1 Mac]Androidエミュレーターの実行時にemulator-5554 offlineと表示される

2021/07/07に公開

M1 Mac miniを買ったのでFlutter用にiOSとAndroidのエミュレーターの準備をしていたところ、Androidの方だけエミュレーターを立ち上げるのに苦戦したのでメモ書きです。

以下のファイルをダウンロードして、sdkのある
~/Library/Android/sdk/system-images/android-S/google_apis
で解凍して、既存のファイルと入れ替えると動きました。

Google Play ARM 64 v8a image
https://dl.google.com/android/repository/sys-img/google_apis_playstore/arm64-v8a-S_r02-darwin.zip

Google API ARM 64 v8a image
https://dl.google.com/android/repository/sys-img/google_apis/arm64-v8a-S_r02.zip

AVDの設定は、
Pixel_3a_API_30_arm64-v8a
Android API S arm64-v8aです。

参考
https://stackoverflow.com/questions/67230200/emulator-appearing-offline-on-m1-mac-after-the-last-update-of-arm64-v8a

Discussion