Waiting for Target Device to Come Online

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

    Finally, I solve this problem by setting the right export path in bash file:

    export ANDROID_HOME=/Users/[username]/Library/Android/sdk
    

提交回复
热议问题