三星加载屏幕上运行模拟器

时间:2012-11-17 20:53:20

标签: android avd

我正在尝试使用多种模拟器(nexus s,7等等)从日食运行Android应用程序但是模拟器从未通过“三星加载屏幕” 这是描述我的意思的图片:http://oi47.tinypic.com/ei5vf4.jpg 我尝试在该图片中包含尽可能多的细节。

感谢。

编辑: 由于我的控制台中有一些红线,我编辑了我的帖子,这是控制台日志:

[2012-11-18 00:00:06 - myFirstAndroidApp] ------------------------------
[2012-11-18 00:00:06 - myFirstAndroidApp] Android Launch!
[2012-11-18 00:00:06 - myFirstAndroidApp] adb is running normally.
[2012-11-18 00:00:06 - myFirstAndroidApp] No Launcher activity found!
[2012-11-18 00:00:06 - myFirstAndroidApp] The launch will only sync the application           package on the device!
[2012-11-18 00:00:06 - myFirstAndroidApp] Performing sync //after this line I choose the device in this case nexus s
[2012-11-18 00:00:18 - myFirstAndroidApp] Launching a new emulator with Virtual Device     'AVD_for_Nexus_S_by_Google'
[2012-11-18 00:00:18 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-18 00:00:18 - Emulator] Failed to create Context 0x3005
[2012-11-18 00:00:18 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-18 00:00:18 - Emulator] emulator: WARNING: Could not initialize OpenglES    emulation, using software renderer.
[2012-11-18 00:00:18 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-18 00:00:18 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-18 00:00:18 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-18 00:00:18 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-18 00:00:18 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-18 00:00:18 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-18 00:00:19 - myFirstAndroidApp] New emulator found: emulator-5554
[2012-11-18 00:00:19 - myFirstAndroidApp] Waiting for HOME ('android.process.acore') to  be launched...

1 个答案:

答案 0 :(得分:0)

转到Run - >运行配置

如果选择“启动默认活动”,请确保AndroidManifest中有一个启动器。

如果没有,请确保在“启动”中选择一个活动。

希望这有帮助。