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’
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.