skip to Main Content

when i try to run flutter app (Go alive) with android studio I got this error

Failed to launch Pixel 5 API 34: Error: Emulator didn’t connect within 60 seconds

enter image description here

how to solve it and see my app running

2

Answers


  1. I have the same problem I avoid it by running apps on my real device it worked for me just fine.

    Login or Signup to reply.
  2. I’ve run into this a few times but don’t recall a specific solution. Usually I quit out of the emulator program I’m using entirely and try again, sometimes manually booting up the emulator before trying to run flutter to let it connect to the running device.

    One thing I do recall looking at the output, the hardware acceleration error–at one point I had to go rebuild my emulators in android studio, flipping some flags in the setup for them to enable some features. That might help if restarting doesn’t.

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