2

我正在尝试使用多种模拟器(nexus s、7 等)从 eclipse 运行一个 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...
4

1 回答 1

0

转到运行-> 运行配置

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

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

希望这可以帮助。

于 2012-11-18T12:27:22.033 回答