AMD CPU RyzenでAndroid Emulatorが起動しないときの対処

前提:Windows 11、AMD Ryzen 5 5625U with Radeon Graphics、WSL2は使いたい、2023/05/06

症状:Android StudioでAndroid Emulatorが起動しない。「Device Manager」「The emulator process for AVD Pixel_6_Pro_API_33 has terminated.」というダイアログが表示される。

解決方法:「Device Manager」のAVDの設定で「Emulated Performance」を「Automatic」から「Software – GLES 2.0」に変更する。(「Hardware – GLES 2.0」だと上記の症状。)

参考:

https://qiita.com/matarillo/items/ca1eecf8f9a3cd76f9ce

https://developer.android.com/studio/run/emulator-acceleration?hl=ja#vm-windows-whpx

https://qiita.com/ebisuebisu/items/e3858f782c2c275c24ff

# VM アクセラレーションの方をトライしたが直らず、結局、グラフィック アクセラレーションの問題だったという落ち。