Waiting for Target Device to Come Online

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

    I've had the same problem (AVD not coming online) in a Linux system. In my case, I have solved it setting this environment variable:

    $ export ANDROID_EMULATOR_USE_SYSTEM_LIBS = 1
    

    This case is documented here: https://developer.android.com/studio/command-line/variables.html#studio_jdk

提交回复
热议问题