AndroidStudio 3.5.1 踩坑记录

1,830 阅读1分钟

模拟器无法使用Android Q SDK

在使用基于Android Q的模拟器时,一直启动失败,并且报以下的错误:

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

解决办法

打开Android Studio的设置界面,找到Android SDK -> SDK Tools -> Intel X86 Emulator Accelerator(HAXM installer) 将版本更新至最新版本,然后新建一个Android Q的模拟器就可以正常使用了。

相关资料:

  1. Stackoverflow上的提问.

未完待续,持续踩坑中!