skip to Main Content

When ever i started the npm start in VS code, and the metrobundler got started. The VS code started showing error

Error: The emulator (Galaxy_Nexus_API_31) quit before it finished opening. You can try starting the emulator manually from the terminal with:

enter image description here

Also i have wiped the Android Device Manager on Androidstudio app.

enter image description here

How to resolve this issue?

2

Answers


  1. Chosen as BEST ANSWER

    Hi @talhamaqsood890 i have Wipe Data & Cold Boot Now in android studio, it shows again error in the emulator.

    As per your suggestion we tried the abd devices its not opening. Please let me know if iam wrong

    enter image description here

    enter image description here

    This is Screenshot for installation failure of haxm


  2. First try Wipe Data & Cold Boot Now.
    After that open the emulator, and run (in your terminal, cmd)

    adb devices
    

    This will show devices, that are connected, if it shows offline it means that the emulator is running but it is not connected.

    This is working example, when emulator is running and connected.

    Working example

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search