ERROR Android emulator gets killed

前端 未结 30 1873
野趣味
野趣味 2020-11-27 17:46

After updating to Android Studio 2 when I try to run my application and choose an emulator, I wait for the emulator to start and it suddenly gets killed. I can see emulator

30条回答
  •  生来不讨喜
    2020-11-27 18:19

    this issue can also happen when ANDROID_SDK_HOME environment variable is pointing to wrong location

    Say path to .android folder is E:\Android\.android

    Then ANDROID_SDK_HOME environment variable value should be E:\Android

提交回复
热议问题