Home > Net >  waiting for all devices to come online -> Error while waiting for device: Timed out after 300seco
waiting for all devices to come online -> Error while waiting for device: Timed out after 300seco

Time:11-25

Every day when I start up my Android Studio and start running the emulator, it builds, then goes on saying: "waiting for all devices to come online" and then gives this error: "Error while waiting for device: Timed out after 300seconds waiting for emulator to come online."

I reinstall my Emulator and then it works until the end of the day. The next day the same.

Did anyone else have this problem and found a solution?

CodePudding user response:

Solved the issue by ticking "Use libusb backend"

Just in case this helps anyone

See screenshot: https://i.stack.imgur.com/2T77l.png

CodePudding user response:

Try to bring up the Emulator from AVD manager then when device is up click the play button.

Also update the Studio there could be some problem with your version.

  • Related