这是第一次,我试图在棒棒糖中运行应用程序。
它没有显示任何错误。但它会不断加载模拟器。下面我发布了与我的问题相关的相关屏幕截图和编码。
在项目->属性->构建目标中:
然后在我的清单中:
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="21" />
Android SDK 管理器:
编辑 Android 虚拟设备(AVD):
注意:在上面的截图中,似乎我已经尝试过了Use GPU Host
输出:
最后我的模拟器总是加载。我等了将近 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 并清理项目。最后我尝试使用Nexus 5
.Nothing 对我有用。任何人都可以给我一些关于这个的建议。谢谢。