Emulator: Unexpected feature list: MultiDisplay VulkanNullOptionalStrings YUV420888toNV21 YUVCache

22

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)

android
compiler-errors
android-emulator
asked on Stack Overflow Aug 9, 2019 by Silambarasan • edited Aug 9, 2019 by MofX

4 Answers

14

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).

answered on Stack Overflow Aug 10, 2019 by Marek Hulka
4

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

answered on Stack Overflow Oct 29, 2019 by Elkes
2

29 is partially installed and we can do nothing about it except to wait for the big update...

answered on Stack Overflow Aug 11, 2019 by Bened
2

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.

answered on Stack Overflow Aug 21, 2019 by Sam • edited Aug 21, 2019 by Sam

User contributions licensed under CC BY-SA 3.0