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?

1

There are 1 best solutions below

0
On

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