在Android Studio中启动AVD时出现错误1073741819

时间:2019-06-06 23:06:55

标签: android android-studio avd qemu

我一直在玩AVD中OpenGL渲染器的设置。

enter image description here

完成后,关闭编辑器并尝试启动虚拟设备,将引发以下错误,代码为1073741819

ERROR: Invalid GPU mode 'angle9', use one of: host swiftshader_indirect. If you're already using one of those modes, the emulator installation may be corrupt. Please re-install the emulator.

但是,不可能切换回设置。无论如何,手动编辑虚拟设备的配置文件都无济于事。完全无需重新安装或删除Android Studio。

1 个答案:

答案 0 :(得分:1)

唯一的解决方案来自以下步骤:

1。找到模拟器位置

点击SDK工具图标以获取确切位置

enter image description here

2。手动启动模拟器

> cd C:\Users\jakub.meinlschmidt\AppData\Local\Android\Sdk\emulator
> emulator -list-avds
Nexus_S_API_29
> emulator -avd Nexus_S_API_29 -gpu host

如果您的虚拟设备未出现在列表中,请尝试重新启动计算机(为我工作)。

3。打开AVD编辑器

成功启动虚拟设备后,导航至OpenGL设置(如第一张图片所示)并切换到其他选项。