Android 棒棒糖模拟器 Nexus S 不是 运行 应用程序
Android lollipop emulator Nexus S not running the application
第一次尝试运行棒棒糖中的应用
它没有显示任何内容 error.But 它加载了模拟器 continuously.Below 我发布了与我的问题相关的屏幕截图和编码。
在项目->属性->构建目标中:
然后在我的清单中:
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="21" />
Android SDK 管理器:
编辑Android 虚拟设备(AVD):
注:上面那个截图,好像我已经试过了Use GPU Host
输出:
最后我的模拟器总是Loading.I我等了将近 35 分钟。
控制台:
[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 并清理 project.Then 最后我尝试使用 Nexus 5
。对我没有任何效果 yet.Anybody 可以给我一些关于 this.Thank 你的建议.
尝试使用 Genymotion
为 Eclipse 安装 Genymotion 插件:
在 Eclipse 中,转到“帮助”>“安装新软件”,然后单击“添加”。
使用 Genymotion 名称和 plugins.genymotion.com/... 位置填写字段。
在 Genymobile 下,选中 Genymotion 和 Genymotion Eclipse Tools 并按照 Eclipse 指示的步骤进行操作。
注:
如果系统配置良好,如 6 - 8gb 内存、高速处理器,Genymotion Lollipop 版本工作正常。对于低配置的 PC,它只显示启动屏幕(图像在问题上)。
第一次尝试运行棒棒糖中的应用
它没有显示任何内容 error.But 它加载了模拟器 continuously.Below 我发布了与我的问题相关的屏幕截图和编码。
在项目->属性->构建目标中:
然后在我的清单中:
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="21" />
Android SDK 管理器:
编辑Android 虚拟设备(AVD):
注:上面那个截图,好像我已经试过了Use GPU Host
输出:
最后我的模拟器总是Loading.I我等了将近 35 分钟。
控制台:
[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 并清理 project.Then 最后我尝试使用 Nexus 5
。对我没有任何效果 yet.Anybody 可以给我一些关于 this.Thank 你的建议.
尝试使用 Genymotion
为 Eclipse 安装 Genymotion 插件:
在 Eclipse 中,转到“帮助”>“安装新软件”,然后单击“添加”。 使用 Genymotion 名称和 plugins.genymotion.com/... 位置填写字段。 在 Genymobile 下,选中 Genymotion 和 Genymotion Eclipse Tools 并按照 Eclipse 指示的步骤进行操作。
注: 如果系统配置良好,如 6 - 8gb 内存、高速处理器,Genymotion Lollipop 版本工作正常。对于低配置的 PC,它只显示启动屏幕(图像在问题上)。