Waiting for Target Device to Come Online

前端 未结 30 2378
伪装坚强ぢ
伪装坚强ぢ 2020-11-30 23:28

I recently updated to Android Studio 2.3, and now when I try to run the application, the emulator does not come online. It times out after 300 seconds.

Additionally,

相关标签:
30条回答
  • 2020-12-01 00:14

    Seems that in my case the problem was in that the "Google APIs ARM EABI v7a System Image" wasn't automatically installed during installation of Android Studio.

    After installing the image, the emulator began to work.

    Screenshot of the SDK manager

    0 讨论(0)
  • 2020-12-01 00:15

    Fix for this issue is simple :

    • Go to SDK tools > SDK Tools
    • Check Android Emulator and click Apply

    and sometimes you might see there's an update available next to it, you just need to let it finish the update

    0 讨论(0)
  • 2020-12-01 00:16

    Question is too old but may be helpful to someone in future. After search many things, most of them is not worked for me. SO, as per my try This solution is worked for me. In short uninstall and install "Android SDK Tools" in Android SDK.

    Few steps for that are below:-

    1. go to "SDK Manager" in Android Studio
    2. go to "SDK Tools" tab
    3. Uninstall "Android SDK Tools" (means remove check(uncheck) ahead of "Android SDK Tools" and Apply then OK)
    4. Close and Restart Android Studio
    5. Install "Android SDK Tools" (means check ahead of "Android SDK Tools" and Apply then OK)

    Image of Uninstall and Install Android SDK Tools again

    0 讨论(0)
  • 2020-12-01 00:17

    I had a similar problem when updated my android studio. Somehow it changed my SDK path. I just changed it to my updated SDK path and it worked.

    Android Studio -> File -> Settings -> Appearance & Behaviour -> System Settings -> Android SDK

    Here you will find Android SDK location just click on edit link in front of that and browse and select the Android SDK from the file browser. Select and click on Apply.

    Select AVD manager and start Emulator. This solution worked for me.

    0 讨论(0)
  • 2020-12-01 00:18

    I too had the same problem, then I went to AVD manager and right click on the emulator and stopped it and I RUN the application again and this time it worked. it may be a temporary solution but works for the time being.

    AVD manager-> right-click on the emulator you are using -> Stop

    Now Run your application again.

    Note: Sometimes closing the emulator directly is not working for the above-mentioned problem but stopping it from the AVD manager as mentioned is working.

    0 讨论(0)
  • 2020-12-01 00:18

    In case you are on Mac, ensure that you exit Docker for Mac. This worked for me.

    0 讨论(0)
提交回复
热议问题