Android Emulator error in running simple project

后端 未结 4 601
半阙折子戏
半阙折子戏 2021-01-14 18:49

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

相关标签:
4条回答
  • 2021-01-14 19:18

    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)

    0 讨论(0)
  • 2021-01-14 19:19

    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.

    0 讨论(0)
  • 2021-01-14 19:30

    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.

    0 讨论(0)
  • 2021-01-14 19:32

    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

    0 讨论(0)
提交回复
热议问题