Failed to Launch Emulator: Error: Emulator Didn't Connect Within 60 Seconds

Failed to launch Pixel 2 API 31: Error: Emulator didn't connect within 60 seconds (Flutter Project on VS Code in a Apple Silicon Mac)

  1. Open Android Studio.
  2. Open AVD Manager on the top right of Android Studio.
  3. Select the actions (for the emulator you are trying to launch) and if the stop option is available to be pressed, click the stop button (What you are trying is, to quit your emulator if it's already running), and if the emulator is already stopped, now click on the Wipe Data.
  4. Now try running project on your emulator. This worked for me.

Reference : Failed to launch emulator: Error: Emulator didn't connect within 60 seconds

VSCode launch flutter emulator doesn't contain the flutter app

The problem has been solved after running

$ flutter emulators --launch emulatorID
$ flutter run



Related Topics



Leave a reply



Submit