Android 模拟器给出错误 "Resetting for cold boot: emulation engine failed"并退出

标签 android android-emulator

更新 AS 后,每次启动时模拟器都会退出。下面是我在它消失之前设法捕获的屏幕截图。 enter image description here

在日志中打印了以下内容

14:49 Emulator: WARNING: change of renderer detected.

14:49 Emulator: C:\Users\Nux\AppData\Local\Android\Sdk\emulator\qemu\windows-x86_64\qemu-system-x86_64.exe: error while loading state for instance 0x0 of device 'goldfish_pipe'

14:49 Emulator: deleteSnapshot: for default_boot

14:49 Emulator: qemu: unsupported keyboard cmd=0x84

14:49 Emulator: qemu: unsupported keyboard cmd=0x84

14:49 Emulator: Process finished with exit code 0

我已经尝试过以下方法:

  1. 删除我所有的虚拟设备并创建新的。
  2. 删除模拟器数据。
  3. 尝试在 AVD 中手动启动模拟器。
  4. 使用“立即冷启动”选项启动模拟器。

而且他们都没有工作。任何帮助将不胜感激!

最佳答案

我遇到了同样的问题,这对我有用。

enter image description here

关于Android 模拟器给出错误 "Resetting for cold boot: emulation engine failed"并退出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56090178/

相关文章:

android - 在Android中画一个反向填充的圆

Android Studio 2.0 Emulator 拖放不起作用

android - 模拟 Nexus 7

java - 在Android中连接数据库

android - 如何在android中将输入类型数字更改为EditText的文本

java - android 读取多个txt文件并整理出来

android - 如何使用 MLT 从给定的视频文件中分离音频和视频?

android-studio - 适用于 AMD 处理器的 Android 模拟器的 Canary 构建显示错误

android - 如何在本地/默认媒体播放器上播放 raw/assets 文件夹中的音频文件?

php - 如何在 Android 设备上为 "Content-Disposition: inline;"文件设置文件名?