Waiting for Target Device to Come Online

前端 未结 30 2503
伪装坚强ぢ
伪装坚强ぢ 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:11

    1. Another case is Android Emulator should be reinstalled. This can happen, when you install a higher version of Android Studio, then update SDK for it, and go back to previous one.

      Tools - Android - SDK Manager - SDK Tools - Android Emulator - uncheck, apply, check, apply

    2. Disable Docker app if you have it (Mac users).

    3. Restart emulator:

      Tools - Android - AVD Manager (or kill adb process in task manager).

提交回复
热议问题