4

Failed to install TempDate.apk on device 'emulator-5554': timeout Got this error while run my android project. solved by this link Android error: Failed to install *.apk on device *: timeout

I go step by step but still having the problem..!!

Community
  • 1
  • 1
Riddhi Shah
  • 477
  • 7
  • 26
  • Set timout longer like 50000, 10000 not work for me at first, i changed it to 50000, problem solved... – M.R Dec 01 '13 at 10:01

3 Answers3

1

Uninstall your application from your device and then try to run. If the problem continues I think the problem is in your device. Just close and restart. Again it continues then restart your adb and your eclipse.

I hope this will help you.

Gunaseelan
  • 14,415
  • 11
  • 80
  • 128
1

Try changing the ADB connection timeout. I think it defaults that to 5000ms and I changed mine to 10000ms to get rid of that problem. If you are in Eclipse, you can do this by going through Window -> Preferences and then it is in DDMS under Android.

Ashish Mishra
  • 167
  • 2
  • 10
0

Go to command Prompt and type

adb kill-server

press Enter Again type

adb start-server

press enter

now clear your project and run....

Nandu
  • 88
  • 1
  • 10