Android Emulator error in running simple project

后端 未结 4 611
半阙折子戏
半阙折子戏 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)

提交回复
热议问题