Sunday, 29 July 2012

Android error: Failed to install *.apk on device *: timeout

Hi All,
If you are facing this problem Try this

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 ->Android->DDMS->ADB connection time out(ms).
Close the ADB(Emulator) and run it again.

Enjoy.

No comments:

Post a Comment