AVD不会启动

时间:2014-11-21 22:54:05

标签: java android eclipse adt avd

我在Eclipse ADT中创建了最简单的Android应用程序,只是一种简单的Hello World类应用程序。我使用的IDE是从Android网站下载的,似乎它基于Eclipse Juno并且有ADT插件。我的操作系统是Windows 7,64位。

好的,然后我在IDE中创建了一个AVD (来自Nexus 5模板;只需将内存降低到512MB)。

问题是当我尝试启动AVD(其中没有应用程序)时,我一直收到此错误。好像它在某个循环中并且在LogCat中保持打印,AVD屏幕只是黑色。

1)可能出现什么问题?任何帮助将不胜感激。
2)人们通常如何解决这些问题?我是Android的新手(但不是Java)。

11-21 22:50:01.740: A/libc(1275): Fatal signal 6 (SIGABRT) at 0x4fb (code=-6), thread 1275 (surfaceflinger)
11-21 22:50:04.030: W/AudioFlinger(1278): Thread AudioOut_2 cannot connect to the power manager service
11-21 22:50:04.060: W/AudioFlinger(1278): Thread AudioOut_2 cannot connect to the power manager service
11-21 22:50:04.060: W/AudioFlinger(1278): Thread AudioOut_2 cannot connect to the power manager service
11-21 22:50:04.060: E/AudioFlinger(1278): no wake lock to update!
11-21 22:50:04.090: E/AudioFlinger(1278): int android::load_audio_interface(const char*, audio_hw_device_t**) couldn't load audio hw module audio.r_submix (No such file or directory)
11-21 22:50:04.090: W/AudioPolicyManagerBase(1278): could not open HW module r_submix
11-21 22:50:05.970: W/InterfaceController(1325): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
11-21 22:50:06.530: E/SurfaceFlinger(1326): hwcomposer module not found
11-21 22:50:06.530: E/SurfaceFlinger(1326): ERROR: failed to open framebuffer (No such file or directory), aborting

1 个答案:

答案 0 :(得分:0)

我的问题是我使用的是Android 4.4W(我后来才意识到)就是所谓的Android Wear,它仅适用于非常特定的设备(例如手表)。切换到正常的Android 4.4.2后,我的问题中描述的问题就消失了。