Android棒棒糖模拟器Nexus S没有运行该应用程序

时间:2015-01-06 04:57:14

标签: android android-emulator android-5.0-lollipop nexus-s

这是我第一次尝试在棒棒糖中运行该应用程序。

它没有显示任何错误。但是它会不断加载模拟器。我发布了与我的问题相关的相关屏幕截图和编码。

在项目 - >属性 - >构建目标:

enter image description here

然后在我的 Manifest:

 <uses-sdk
        android:minSdkVersion="16"
        android:targetSdkVersion="21" />

Android Sdk Manager:

enter image description here

enter image description here

编辑Android虚拟设备(AVD):

enter image description here

注意:在上面的截图中,我似乎已经尝试了Use GPU Host

输出:

最后我的模拟器总是在装载。我等了将近35分钟。

enter image description here

控制台:

[2015-01-06 09:53:17 - Steve] Android Launch!
[2015-01-06 09:53:17 - Steve] adb is running normally.
[2015-01-06 09:53:17 - Steve] Performing com.android.steve.MainActivity activity launch
[2015-01-06 09:53:17 - Steve] Automatic Target Mode: Preferred AVD 'Lollipops' is not available. Launching new emulator.
[2015-01-06 09:53:17 - Steve] Launching a new emulator with Virtual Device 'Lollipops'
[2015-01-06 09:53:30 - Emulator] emulator: warning: opening audio input failed
[2015-01-06 09:53:30 - Emulator] 
[2015-01-06 09:53:31 - Emulator] creating window 0 0 438 729
[2015-01-06 09:53:31 - Emulator] emulator: emulator window was out of view and was recentered
[2015-01-06 09:53:31 - Emulator] 
[2015-01-06 09:53:31 - Steve] New emulator found: emulator-5554
[2015-01-06 09:53:31 - Steve] Waiting for HOME ('android.process.acore') to be launched...

我尝试重新启动Eclipse并清理项目。最后我尝试使用Nexus 5。没有什么对我有用。任何人都可以给我一些关于此的建议。谢谢。

1 个答案:

答案 0 :(得分:3)

尝试使用Genymotion

为Eclipse安装Genymotion插件:

在Eclipse中,转到帮助&gt;安装新软件并单击“添加”。 使用Genymotion名称和plugins.genymotion.com/...位置填写字段。 在Genymobile下,检查Genymotion和Genymotion Eclipse Tools并按照Eclipse指示的步骤进行操作。

注意: 如果系统配置良好,Genymotion Lollipop版本可以正常运行,例如6 - 8gb的ram,高速处理器。对于低配置的PC,它只显示启动屏幕(图像在问题上)。