After I deleted some old AVDs and creating a new one, I cant get any AVD to start. If I start them through Android-Studio, the AVD window will launch but the screen stays bl
Using Mac OS 11 Beta 6 (20A5364e) here. None of the solutions I found worked until I've tried this:
Use option -gpu host.
You run emulator correctly like this
~/Library/Android/sdk/emulator/emulator -gpu host -avd Pixel_2_API_30
or try this:
create a file named advancedFeatures.ini in ~/.android
Put following settings in it:
Vulkan = off GLDirectMem = on