Android emulator error when starting a simple project

When I configure the Android emulator for version 4.4.2, the emulator just freezes and does not skip the Android logo. when I checked Console in Eclipse, I get this error: ERROR: _factory_client_recv: Unknown camera name factory in ''

and this screenshot of my Eclipse desktop: enter image description here

and this is the configuration of my Android Virual Device enter image description here

I'm new to Android

+3
source share
4 answers

Uncheck the snapshot, then run the emulator, and if you work with the camera option, the emulator does not support the camera without providing hardware support when creating the emulator.

0
source

, , ... ... , . .

0

. , ​​ . . , . .

0

I had the same error ERROR: _factory_client_recvand solved it by killing the server on the command line with adb kill-server, then opening Android AVD Manager android avdand removing ALL of my Android virtual devices , etc. AVD Name: Nexus 4, Device: Android 4.4.2, Target: Intel Atom x86, Skin: No Skin, Front Camera: Webcam0, Internal storage: 100 MB, SD card size: 50 MB, Emulator parameters: use Host GPU)

0
source

All Articles