ERROR Android emulator gets killed

前端 未结 30 1686
野趣味
野趣味 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:30

    Update your Android SDK via Android SDK Managager. It will probably work fine!

    0 讨论(0)
  • 2020-11-27 18:31

    Install the Intel x86 Emulator Accelerator worked for me.

    0 讨论(0)
  • 2020-11-27 18:31

    This issue happens when you have two Android SDK installations on your machine and the environment variable "ANDROID_HOME" points to the wrong location.

    To fix it go to Android Studio settings, find the proper Android SDK location, update the environment variable and restart Android Studio / your PC.

    0 讨论(0)
  • 2020-11-27 18:32

    Please check your free space on your disk also. I had a same problem and finally I got I need to free up space to fix this.

    0 讨论(0)
  • 2020-11-27 18:32

    Tried all solutions didnt help. My solution just create new device and it will work

    0 讨论(0)
  • 2020-11-27 18:34

    This worked for me:

    Tools -> SDK Manager -> SDK Tools (tab) -> Deselect 'Android Emulator' -> OK

    Now, when you try to run your app, or launch device from AVD Manager, it will give the 'Install Emulator' error -> Click Ok. This will automatically download the correct version.

    0 讨论(0)
提交回复
热议问题