38

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)

Community
  • 1
  • 1
Silambarasan
  • 645
  • 1
  • 7
  • 13

4 Answers4

26

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

Elkes
  • 321
  • 3
  • 5
19

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

Marek Hulka
  • 241
  • 2
  • 3
  • I can't start the emulator either with a difference error, but when I tried the Android Pie 28, it worked. Thanks! – Solaris_9 Mar 25 '22 at 09:26
4

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.

Sam
  • 40,644
  • 36
  • 176
  • 219
3

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

Bened
  • 319
  • 2
  • 3
  • 4
    A senior android app developer suggested me "always use one level lower than the current API level in Emulator". current - 29, Emulator - 28. – Silambarasan Aug 12 '19 at 05:14