Arindam Mukherjee
Arindam Mukherjee

Reputation: 2285

Failed to install Hello.apk on device '**': timeout

My apk file is not installing in my Google Nexus phone when i am running from eclipse. it is giving error saying :

"Failed to install SleepWell.apk on device 'HT9CSP820868': timeout"

I tried by power off and on of the phone, Changing the cable, changing the port, increase the time out time. But still it is giving that error.

Can any one help me in this matter?

Thanks in advance.

Upvotes: 3

Views: 2352

Answers (1)

Paresh Mayani
Paresh Mayani

Reputation: 128448

I have faced the same problem while installing apk of large size.

To solve this problem:

In Eclipse go to Window -> Preferences -> Android -> DDMS and change ADB connection time out (ms) to a bigger value, such as 2000 (which i had set earlier to solve this problem), i think default value is 500ms.

Upvotes: 5

Related Questions