skip to Main Content

I pressed Run ‘app’ and my android studio says "Waiting for Target Device to Come Online…". How do I fix this?

2

Answers


  1. Chosen as BEST ANSWER

    For Android Studio 4.x.
    First stop the app if is trying to start by clicking Stop 'app'
    Then proceed ending the task qemu-system-x86_64.exe

    Task Manager -> Find qemu-system-x86_64.exe (It's Usually under Android Studio Application) -> End Process

    For Android Studio 3.x.
    There Are two possible fixes

    1. By Stoping the emulator:

    Tools -> AVD Manager -> Right-Click on the emulator -> Stop

    1. By wiping the data:

    Tools -> AVD Manager -> Right-Click on the emulator -> Wipe Data

    If Nothing from the above fixed the problem restart computer and if the problem ensists try reinstalling the emulator.


  2. The two fixes in the other answer didn’t work for me. But I made a duplicate of the misbehaving emulator in Device Manager and this worked. I am now able to delete the original emulator and rename the copy.

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