6

Emulator for Android Studio 3.6 Canary 9 not launch when run app. Before that it worked well, but suddenly I got this:

7:15 PM Emulator: WARNING: unexpected system image feature string, emulator might not function correctly, please try updating the emulator.
7:15 PM Emulator: Unexpected feature list: DynamicPartition MultiDisplay VirtioInput VulkanNullOptionalStrings YUV420888toNV21 YUVCache
7:15 PM Emulator: WARNING: load_config.cpp:123: Verified boot config  version is too large to be  supported. major_version = 2, supported = 1.

My laptop:

  • core i7
  • 12G ram
  • 64-bit
  • Windows 10
Giacomo1968
  • 58,727

2 Answers2

0

I solved that problem by reinstall Android Emulator in Android Studio, like moumouh206 noticed:

  • Algrorithm A: File -> Settings -> Appearance & Behavior -> System Settings -> Android SDK.
  • Switch to SDK Tools uncheck Android Emulator (my version here was 31.2.10) to uninstall, then close Android Studio. Open again and repeat Algorithm A but in the end Check Android Emulator to install again, then again close Android Studio and restart your mashine. Should work now.
Giacomo1968
  • 58,727
-1

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.

    Update Android Emulator

Giacomo1968
  • 58,727