When I configure the Android emulator for version 4.4.2, the emulator just hangs and it does not get past the Android logo. when i checked the Console in Eclipse i get this
I had the same error ERROR: _factory_client_recv
and solved it by killing the server at command line with adb kill-server
, then opening Android AVD Manager android avd
and deleting ALL of my Android Virtual Devices, and creating a new AVD with these customisations (i.e. AVD Name: Nexus 4, Device: Android 4.4.2, Target: Intel Atom x86, Skin: No Skin, Front Camera: Webcam0, Internal Storage: 100MB, SD Card Size: 50MB, Emulator Options: Use Host GPU)
I got this error when using both front and camera's emulated. However i think the profile is set to have only a back camera. so for me, only using the back camera worked. Though i didnt check that this was the root cause. It might help you.
Uncheck the snapshot option then start the emulator, and if you are working on camera option then emulator does not support camera without giving hardware support while creating emulator.
I would suggest you to set front camera to emulated and back camera to none ...This worked for me..Hope it works for you.Here is the screenshot. check out the screenshot