Waiting for Target Device to Come Online

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

    I also ran into this problem and probably found the solution that may help. The key is launching the AVD in the emulator first then run your App.

    Following are the steps:

    1. In the Your Virtual Devices screen, select the device you just created and click Launch this AVD in the emulator
    2. Once the emulator is booted up, click the app module in the Project window and then select Run → Run
    3. In the Select Deployment Target window, select the emulator and click OK.

提交回复
热议问题