失败的仿真程序来启动,由于超时程序

2023-09-08 00:33:44 作者:似是故人归

从过去的1个小时,我无法发动 Eclipse的赫利俄斯和我的 Eclipse的控制台我的应用程序提供了以下错误:

From past 1 hour,I am unable to launch my application on Eclipse-Helios and the console on my Eclipse gives the following error:

[2011-11-21 10:37:00 - PagingScrollerExample] Failed to install PagingScrollerExample.apk on device 'emulator-5554': timeout
[2011-11-21 10:37:00 - PagingScrollerExample] Launch canceled!

我曾经碰到过同样的问题之前,但每当我执行项目 - >清洁过程中,我今天可以克服这种问题。但我不知道什么也happened.I执行清除程序和卸载我的仿真器这是之前以及运行同一应用程序。

I had come across the same problem before,but whenever I perform Project->Clean process I could overcome this sort of problem.But today I don't know what has happened.I performed the Clean process and uninstalled the same application on my Emulator which was running before as well.

谁能理清这个问题对我来说,最重要的是我想知道什么是这样做的原因?

Could anyone sort out this problem for me and most importantly I would like to know what would be the reason for this?

我使用的Andr​​oid 2.2 为这个应用程序的目标。

I am using Android-2.2 as a target for this application.

推荐答案

您可能必须增加亚行连接超时。在Eclipse - > preferences - > Android的---> DDMS,增加亚行连接的time out〜10000默认情况下这将是5000。

You may have to increase the ADB connection time out. In the Eclipse--> Preferences--> Android---> DDMS, increase the ADB connection time out to 10000. By default it would be 5000.

请试试这个。希望这将有助于。

Please try this. Hope it would help.