Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The emulator process for AVD Pixel_5_API_30 has terminated

I have been gettting The emulator process for AVD Pixel_5_API_30 has terminated as an error response trying to open to my emulator how do I fix it?

I was expecting the emulator to popup after I tried creating a new virtual device

like image 316
AYOMIDE ADEBAYO Avatar asked Dec 01 '25 22:12

AYOMIDE ADEBAYO


1 Answers

go to C:\Users\yourusername.android folder and see if there is advancedFeatures.ini,

if no , just create new txt and then finally save as advancedFeatures.ini in ANSI(not UTF-8). content as below: ==copy below==

# Here's how to disable Vulkan apps to talk to the emulator.

# Add the following lines to ~/.android/advancedFeatures.ini (create this file if it doesn't exist already):

Vulkan = off
GLDirectMem = on


advancedFeatures

==paste above==

I watch youtube video and this works for API 30 . However, it doesn't work for API 31.

like image 127
Raii Avatar answered Dec 04 '25 12:12

Raii



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!