首页 > 解决方案 > 使用 Android 10 创建新的模拟器。获取意外的功能列表:MultiDisplay VulkanNullOptionalStrings

问题描述

使用 Android10 sdk 创建一个新的 Android Emulator 设备。模拟器创建过程是成功的。打开模拟器设备时,将模拟器异常获取为

Emulator: Unexpected feature list: MultiDisplay VulkanNullOptionalStrings YUV420888toNV21 YUVCache在事件日志中。

标签: androidandroid-emulator

解决方案


将 Android Studio 更新到 3.6 以及在我新创建的 API 级别 29 模拟器上启动应用程序时,我遇到了同样的问题

我解决了它 -

Tools > SDK Manager > SDK Platforms - updated the required API Level (in my case API Level 29)

然后 -

Tools > SDK Manager > SDK Tools - updated all the previously checked tools

推荐阅读