ERROR Android emulator gets killed

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

    Hello Everyone in Android programming... I have same issue Android emulator gets killed but get rid of this issue successfully and android emulator run properly by doing following things...

    1. Firstly, I updated my SDKs from android studio SDK manager but issue does not resolved.
    2. Secondly, I have faced problems regarding my computer C Drive space where path of SDK folder is located. My C Drive space is running very low and does not allow me to update SDK from android studio showing me error and my Android emulator gets killed then I moved my SDK folder from C Drive to another drive D which have huge space available, then Changed my sdk folder path form android studio and restart it and matter resolved successfully. Cheers...
      Best Regards

提交回复
热议问题