Open5
AGP 8.13.0 にアプデしたら GMD のスナップショット生成に失敗しやすくなった気がする

注意事項
- おま環かもしれないのは常に留意すること
- AGP のアプデ後が顕著であって AGP が原因とはまだ特定できていない
- あまり見れる時間がないので、ほとんどメモ書き

Release notes

エラー内容
Failed to create Emulator snapshot image (1/5). Error:
com.android.build.gradle.internal.AvdSnapshotHandler$EmulatorSnapshotCannotCreatedException:
Snapshot setup for dev30_aosp_atd_arm64-v8a_Pixel_C ran successfully, but the snapshot failed to
be created. This is likely to a lack of disk space for the snapshot. Try the cleanManagedDevices task
with the --unused-only flag to remove any unused devices for this project.
※1行だと読みづらかったので、ハードラップ

コマンドを叩いても device 削除されてなさそう
./gradlew cleanManagedDevices --unused-only
> Task :app:cleanManagedDevices
Successfully deleted 0 managed devices.
...

環境のほとんどは Now in Android の GradleManagedDevices を参考にしている