3

I am trying to run my app through the virtual device but it says

Waiting for target device to come online

and remains that way.I have seen so many people having this issue and general solution is exiting the Docker but I dont have Docker installed or any virtual device on My Mac.What should I do?

SametSahin
  • 571
  • 3
  • 7
  • 24

3 Answers3

2

I have solved my problem by deleting the virtual device and setting it up again.

SametSahin
  • 571
  • 3
  • 7
  • 24
1

You can use Cool Boot feacher of AVD Manage.

For CoolBoot :

1) Click on Tools > Android.

2) Click on AVD Manager.

3) Right click on target device then press to Cool Boot Now.

Bhunnu Baba
  • 1,742
  • 15
  • 22
0

It looks like this was answered in "waiting for target device to come online in Android Studio 2.3"

Try these steps:
Go to SDK Tools -> SDK Tools
Check Android Emulator and click Apply.

If that doesn't work try this:

Go to Tools -> Android -> then uncheck and recheck 'Enable ADB Integration'

ikaikastine
  • 601
  • 8
  • 22