Search code examples
android-emulator

Can not run my app on emulator - error while loading state for instance 0x0 of device 'goldfish_pipe'


Yesterday I've created Pixel 3 XL device to test my app on emulator. It was working yesterday but today I'm getting these errors when I try to run my app.

14:58   Emulator: C:\Users\Mert\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:58   Emulator: deleteSnapshot: for default_boot

14:58   Emulator: Process finished with exit code 0 

Solution

  • Deleting device from AVD Manager and creating a new one(I created the same one) worked for me