I just installed Android Studio 4.2.2
and Android Studio Preview (Arctic Fox Beta 5)
to my Apple M1 Macbook.
When creating an emulator (arm64
) I immediately receive the error:
AVD Manager: The emulator process for AVD Pixel_4a_API_30 has terminated
I then went to the log file of Android Studio (Help > Show log in Finder) and I see that the error occurs when Android Studio attempts to run the following:
~/Library/Android/sdk/emulator/emulator -netdelay none -netspeed full -no-snapshot-load -avd Pixel_4a_API_30
which outputs:
emulator: Android emulator version 30.3.5.0 (build_id 7036990) (CL:N/A)
emulator: ERROR: can't find the emulator executable.
Tried every possible solution I found online so far...
The latest Android Studio for Apple Chip build fixed my issue.