Android emulator gives error “Resetting for cold boot: emulation engine failed” and exits

自古美人都是妖i 提交于 2020-06-30 10:05:18

问题


After updating AS now emulator quits every time I start it. Below is the screenshot I managed to capture before it disappeared.

In the logs the following are printed

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

I already tried the following:

  1. Delete all my virtual devices and created new ones.
  2. Wipe Emulator data.
  3. Tried to lunch emulator manually in AVD.
  4. Launch emulator with the option "Cold boot now".

And none of them worked. Any help will be appreciated!


回答1:


I had the same problem. What worked for me:

  1. Editing the AVD configuration and on Graphics I selected "Software".
  2. Lower uncheck "Device Frame".(without this step it was keeping crashing).
  3. Wipe data
  4. Cold boot.

And now it works fine. Hope my advice will help to anyone.




回答2:


I had the same problem and this worked for me.




回答3:


I solved this problem. If riot games are installed on your computer, stop Riot Vanguard and try again. enter image description here




回答4:


I experienced the same issue when updating Android Studio to version 3.4.

What worked for me was editing the AVD configuration and on Graphics I selected "Software -GLES 1.0". This made my emulator successfully boot up again.

Then I just went back to the Graphics configuration and selected "Hardware - GLES 2.0" again, which made my emulator go back to its usual performance.

Hope that helps!




回答5:


In the Android virtual Manager -> Actions -> arrow down -> Cold Boot Now. And ready.

enter image description here




回答6:


I recently experienced this problem.

I updated my windows 10 1904 to 2004, this solved my problem




回答7:


If you use Windows10. Update your windows 10 1904 to 2004, this way I solved my problem



来源:https://stackoverflow.com/questions/56090178/android-emulator-gives-error-resetting-for-cold-boot-emulation-engine-failed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!