我的 android 模拟器显示错误 &不开放.如果有人提供帮助,我非常感谢.
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.
模拟器:意外的功能列表:MultiDisplay VulkanNullOptionalStrings YUV420888toNV21 YUVCache
Emulator: Unexpected feature list: MultiDisplay VulkanNullOptionalStrings YUV420888toNV21 YUVCache
Gradle 构建在 11 秒 518 毫秒内完成
Gradle build finished in 11 s 518 ms
ADB 拒绝 shell 命令 (getprop):关闭
ADB rejected shell command (getprop): closed
模拟器:进程以退出代码 -1073741819 (0xC0000005) 结束
Emulator: Process finished with exit code -1073741819 (0xC0000005)
我有戴尔 G5 5587 和 Win10,我昨天早上遇到了完全相同的问题.在对 Android Studio 模拟器进行一些更新后,它会停止工作并在启动时崩溃.我试图安装 Android.Q (API 29) x86 和 x86_64 版本,但没有任何成功.我尝试将 GPU 更改为 auto
、software
、hardware
、更改 RAM 数量以及所有相同的崩溃结果.
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.
不幸的是,我不知道该怎么做才能解决这个问题,但我尝试使用默认设置安装带有 Android Pie (API 28) 的新虚拟设备并且它正在工作,所以至少我可以继续我的工作直到问题已解决.
根据错误消息,我认为它以某种方式连接到显卡本身(我有 Nvidia Geforce MAXQ 1060)或显卡驱动程序(请注意,nvidia 控制中心图标突然从启动图标中消失).
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).
这篇关于模拟器:意外的功能列表:MultiDisplay VulkanNullOptionalStrings YUV420888toNV21 YUVCache的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!