Android Studio 模拟机启动错误代码deleteSnapshot: for default_boot

之前装好了Android Studio 后,前几天提示更新,更新了sdk和gradle之后,今天运行模拟机居然报错了,被自己气到了。。。

提示的错误代码如下:

Emulator: D:\AndroidStudio\sdk\emulator\qemu\windows-x86_64\qemu-system-x86_64.exe: error while loading state for instance 0x0 of device ‘goldfish_pipe’

Emulator: deleteSnapshot: for default_boot

Android Studio 模拟机错误代码error while loading state for instance 0x0 of device 'goldfish_pipe'

解决方法

先把你现在打开的模拟器关掉

右上角找到 AVD Manager 打开
Android Studio 模拟机错误代码error while loading state for instance 0x0 of device 'goldfish_pipe'
找到中间的 编辑 ,点击它
Android Studio 模拟机错误代码error while loading state for instance 0x0 of device 'goldfish_pipe'
点击 Show Advanced Setting
Android Studio 模拟机错误代码error while loading state for instance 0x0 of device 'goldfish_pipe'

往下滑,找到 Boot Option ,设置为 Clod Boot ,然后finish
Android Studio 模拟机错误代码error while loading state for instance 0x0 of device 'goldfish_pipe'

然后重新运行可以正常启动了

相关文章:

  • 2021-12-28
  • 2021-06-03
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-08
猜你喜欢
  • 2021-10-03
  • 2021-12-22
  • 2021-09-15
  • 2021-07-24
  • 2022-12-23
  • 2021-06-27
  • 2021-10-04
相关资源
相似解决方案