I have upgraded the mac OS to Big Sur and none of the emulators are working. It seems that all Android emulators Fails on Mac OS Big Sur Beta. I deleted the old emulators and cr
After trying many of the answers / comments on SO, found this workaround to work and be reproducible:
I used Pixel 3 & 3a, API 30, default options
emulator
CLI$ ~/Library/Android/sdk/emulator/emulator @Pixel_3a_API_30
You'll see the infamous
...unhandled exit 1d
⌃ + c
or press the x
on the emulator sidebarYou should see a spinner about Saving State...
5. Click DISMISS (or wait) and the emulator should boot into Android
Note: Starting the same AVD from Android Studio / AVD Manager GUI will still run into this exception, so when you need it - start the emulator like in step 2.