Android Studio 模拟器无法启动

Ham*_*ane 6 software-rec android-studio

运行应用程序时,Android Studio 3.6 Canary 9 模拟器无法启动。之前它运行得很好,但突然我得到了这个:

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.
Run Code Online (Sandbox Code Playgroud)

我的笔记本电脑:

  • 酷睿i7
  • 12G内存
  • 64位
  • Windows 10

小智 -1

我遇到了同样的问题,你必须在 sdk 管理器中更新你的模拟器:

1.启动sdk管理器

2.设置->外观和行为->系统设置->android sdk

3.SDK工具

Update Android Emulator
Run Code Online (Sandbox Code Playgroud)

例子