Android Emulator "Launcher is not responding, do you want to close it?

I try to run the emulator on Eclipse, but every time I receive this message after a while

"does not answer, do you want to close it?"

Anyone have an idea how to solve this problem?

+5
source share
3 answers

Try the genymotion emulator instead of android sdk emulator.Its has a very fast launch and use less ram.It is built as an alternative to the sdk emulator for Android.

+2
source

:
1- Intel :
https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager
2- SDK Manger Intel x86
enter image description here
3. AVD CPU/ABI : intel atom x86
enter image description here
4- GPU
AVD.

+1

This can happen because your virtual device is trying to use resources that you have not installed. For example, it is very likely that you configured Accelreation ON GPU ("Use GPU with host") without properly configured it. If you want to see how to do this, check that Vika answers this question: Why is the Android emulator so slow? How to speed up Android emulator?

0
source

All Articles