I installed the latest Android Studio on my Macbook Air (late 2014, Big Sur BETA).
When I ran the emulator it gave me an unhandled exit 1d
error. I have looked up all types of similar questions on Google/Stack Overflow/Youtube and I was not able to fix it.
Solutions that I have tried :
I reinstalled my AVD and SDK and HAXM, and invalidated the cache and restarted Studio, but that gave me the same error.
I made the file
~/.android/advancedFeatures.ini
and wrote :
Vulkan = off
GLDirectMem = on
This solution worked once but it crashes the next time I open the emulator or close and restart the emulator (I did not change anything meanwhile) and it gave me the same error as well.
- I tried to open the emulator using:
~/Library/Android/sdk/emulator/emulator -gpu host -avd Pixel_2_API_28
which showed me the same error(on SDK 28, 29, and 30 as well).
Please help as I have an android class at my University and I need to make a project for it.