1

When I try to run my android app,on a samsung galaxy tab in debugging mode, I am getting the below message and unable to run it. What might be the problem? I am using eclipse galileo.

abc.apk not installed :'timeout'

Smitha
  • 6,110
  • 24
  • 90
  • 161
  • Check this out. http://stackoverflow.com/questions/4775603/android-error-failed-to-install-apk-on-device-timeout – sealz Jun 29 '11 at 11:56

1 Answers1

2

In Eclipse go to Window -> Preferences -> Android -> DDMS and change ADB connection time out (ms) to a bigger value, such as 50000. This works for me.

Egor
  • 39,695
  • 10
  • 113
  • 130