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)