I am trying to run an emulator over Android Studio, but it's not starting.
I have Android studio (version 23 marshmallow), configured with
minSdkVersion 21
targetSdkVersion 23
When I run my app in emulation (nexus 5x api 23 android 6.0), I get the following error:
Error while waiting for device: The emulator process for AVD Nexus_5X_API_23 was killed.
Can anybody help me on this, please?