Vivek Kalkur
Vivek Kalkur

Reputation: 2186

Application failed on Emulator to launch due to time-out

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!

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?

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

Upvotes: 5

Views: 5438

Answers (2)

shaz
shaz

Reputation: 1

Try closing your emulator. and launching it again.. i know its tedious process.. but it works.. :)

Upvotes: 0

Kannan Suresh
Kannan Suresh

Reputation: 4580

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.

enter image description here

Please try this. Hope it would help.

Upvotes: 16

Related Questions