Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emulator: Unexpected feature list: MultiDisplay VulkanNullOptionalStrings YUV420888toNV21 YUVCache

My android emulator showing error & not opening. If someone helped, I am very thankful.

Emulator: WARNING: unexpected system image feature string, emulator might not function correctly, please try updating the emulator.

Emulator: Unexpected feature list: MultiDisplay VulkanNullOptionalStrings YUV420888toNV21 YUVCache

Gradle build finished in 11 s 518 ms

ADB rejected shell command (getprop): closed

Emulator: Process finished with exit code -1073741819 (0xC0000005)

like image 503
Silambarasan Avatar asked Aug 09 '19 05:08

Silambarasan


People also ask

How do I fix the emulator process for AVD has terminated?

1. Create any Emulator configuration in Device Manager, start it, won't start and terminates immediately. 2. Uninstall Android Emulator tools from SDK Manager, re-install the same tools, create emulator configuration, start the same, won't start and terminates immediately.


3 Answers

I had the same problem, you have to update your emulator in sdk manager:

1.launch sdk manager

2.settings->appearance and behavior->system settings->android sdk

3.SDK Tools

  1. Update Android Emulator

enter image description here

like image 135
Elkes Avatar answered Oct 17 '22 22:10

Elkes


I have Dell G5 5587 with Win10 and I have exactly same issue from yesterday morning. After some updates to Android studio emulator stop working and crash on start up. I was trying to install Android.Q (API 29) x86 and x86_64 versions everything without any success. I try to change GPU to auto, software, hardware, change amount of RAM and all with the same crash result.

Unfortunatelly I can't say what to do to resolve the issue but i try to install new Virtual Device with Android Pie (API 28) with default settings and it's working so at least I can continue with my work till issue is resolved.

Based on the error message I think it's connect somehow to graphic card itself (I have Nvidia Geforce MAXQ 1060) or graphic drivers (notice that nvidia control center icon suddenly disapper from startup icons).

like image 34
Marek Hulka Avatar answered Oct 17 '22 22:10

Marek Hulka


This happened to me when I was trying to run the API 29 emulator with Hyper-V instead of HAXM. To work around it, I turned off Hyper-V and installed HAXM.

like image 22
Sam Avatar answered Oct 17 '22 22:10

Sam