Home > Blockchain >  What to do if the phone emulator starts when running in Android Studio the emulator process for avd
What to do if the phone emulator starts when running in Android Studio the emulator process for avd

Time:01-05

enter image description here that error

Launch emulators Pixel 4

CodePudding user response:

I have faced that before, I don't remember well but probably try to start the emulator from the "devices" tab in Android Studio with a Cold Start, wait for it to finish startup and then run the application.

If it continue failing then I would restart Android Studio and if it still fails, ultimately delete and create a new emulator.

CodePudding user response:

My method was clear invalidate cache and also kill the adb process from the windows taskbar and restart the android studio again.

  • Related