- Try to repeat as in this video.
- Look at the amount of free space on this disk, it should be more than 10 gigabytes, more is better.
Faced this issue after update to arctic fox.
After seeing error message about termination, open android studio logs
("C:\Users\YourUserName\AppData\Local\Google\AndroidStudio2020.3\log\idea.log")
scroll it down and try to find log line with text "Emulator terminated
with exit code". Probably, the reason for termination can be found a
few lines above this message - for me it was
"Emulator: cannot add library vulkan-1.dll: failed".
If you have the same reason - go to C:\Windows\System32 directory,
search here for file called vulkan-1-999-0-0-0.dll and just rename it
to vulkan-1.dll (i've made a copy just in case and named it
"vulkan-1.dll").
- Try changing your emulator settings, the amount of memory and processor cores used.
Open text editor (eg. notepad) Type this code: Vulkan=off
GLDirectMem=on Save the file as "advancedFeatures.ini" in .android
directory. If your user is named Admin, under windows it would be:
C:\Users\Admin.android\advancedFeatures.ini.
Run your app.
Original link