Tushar
Tushar

Reputation: 1

Android emulator is not working in Android studio

I'm getting this error:

12:53 PM    Emulator: C:\Users\tenni\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'

12:53 PM    Emulator: deleteSnapshot: for default_boot

12:53 PM    Emulator: Process finished with exit code 0

I have looked for similar posts on this website and tried updating HAXM to the latest version, and created a new virtual device, but that has not fixed the problem. Maybe Android studio is not using the latest HAXM I installed?

I'm very new to using Android studio and developing apps so any help would be appreciated!

EDIT
Here's a picture of the version of my HAXM by going to settings > appearance and behavior > system settings > android sdk > sdk tools
Click link to see image, I don't have enough reputation yet to embed images

Upvotes: 0

Views: 1389

Answers (1)

Jalakam Kiran
Jalakam Kiran

Reputation: 197

This is a known bug and is fixed in the latest version of android studio. https://issuetracker.google.com/issues/132481542

You can also try a work around by by changing the cpu core from 4 to 1.

Upvotes: 1

Related Questions