Reputation: 6134
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'
Upvotes: 1
Views: 1944
Reputation: 40228
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.
Upvotes: 2