Android – Solution for "ADB connection time out"

By -

Today while developing and testing android application, I can across “ADB connection timeout” exception:

[2011-06-13 12:32:21 - myTestApp] Failed to upload myTestApp.apk on device 'emulator-5554'
[2011-06-13 12:32:21 - myTestApp] java.io.IOException: Unable to upload file: null
[2011-06-13 12:32:21 - myTestApp] Launch canceled!

OR

[2011-06-13 12:32:21 - myTestApp] Failed to install myTestApp.apk on device '90033b24d022': timeout
[2011-06-13 12:32:21 - myTestApp] Launch canceled!

After trying lot to search for the solution, I got the fix.

ADB Connection time out fix

Solution:
Window => Preferences => ADB Connection time out(ms): 10000, just set it in ms(milliseconds) value.

CEO & Co-Founder at SolGuruz® | Organiser @ GDG Ahmedabad | Top 0.1% over StackOverflow | 15+ years experienced Tech Consultant | Helping startups with Custom Software Development

Loading Facebook Comments ...
Loading Disqus Comments ...