Android模拟器无法在Eclipse上启动应用程序

问题描述:

当我尝试启动应用程序以在模拟器中测试它时,模拟器将打开,然后安装应用程序(根据LogCat),但它不会运行。我查看了应用程序,但它不在那里。我已经尝试重新创建模拟器,从AVD管理器启动它,重置ADB等等。这是什么logcat的给了我,当我启动模拟器:Android模拟器无法在Eclipse上启动应用程序

[2012-05-13 20:25:23 - StickFigure] Launching a new emulator with Virtual Device 'Droid' 
[2012-05-13 20:25:27 - Emulator] emulator: emulator window was out of view and was recentered 
[2012-05-13 20:25:28 - Emulator] 
[2012-05-13 20:25:28 - StickFigure] New emulator found: emulator-5554 
[2012-05-13 20:25:28 - StickFigure] Waiting for HOME ('android.process.acore') to be launched... 
[2012-05-13 20:26:04 - StickFigure] HOME is up on device 'emulator-5554' 
[2012-05-13 20:26:04 - StickFigure] Uploading StickFigure.apk onto device 'emulator-5554' 
[2012-05-13 20:26:04 - StickFigure] Installing StickFigure.apk... 
[2012-05-13 20:26:28 - StickFigure] Success! 
[2012-05-13 20:26:28 - StickFigure] /StickFigure/bin/StickFigure.apk installed on device 
[2012-05-13 20:26:28 - StickFigure] Done! 

编辑:仿真器正常工作与我的其他应用程序。

+0

你见过这个答案? http://*.com/questions/2793956/android-emulator-wont-run-application-started-from-eclipse –

首先,请确认您运行配置发射行动是你期待什么(启动默认的活动或启动特定的活动)。

如果一切看起来正常,但活动不被推出,你可以尝试在命令行做它:

$ adb shell am start -n your.package/your.package.YourActivity