'The Android emulator exited with code -11 during startup' error is showing on vs code, Is there any solution?

938 Views Asked by At

Following is the error, when i run the command 'flutter emulators --launch Pixel_3a_API_25' in VS Code:

Image of the error (output of 'flutter emulators --launch Pixel_3a_API_25' command)

Output of the command 'flutter emulators'

Output of the command 'flutter doctor -v'

How do i resolve this error? btw i'm using Garuda Linux system, if that helps

1

There are 1 best solutions below

3
On

Did you install Flutter using snap? This issue has been reported with this installation previously. Try to launch the emulator using Android studio, to rule out if it's an avd problem or flutter installation problem. Also try launching it using emulator -avdand report back please.