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
Update your Android SDK via Android SDK Managager. It will probably work fine!
Install the Intel x86 Emulator Accelerator worked for me.
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.
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.
Tried all solutions didnt help. My solution just create new device and it will work
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.