Android error : Failed to install : timeout

This question already has an answer here:

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

  • Uninstall your application from your device and then try to run. If the problem continues I think the problem is in your device. Just close and restart. Again it continues then restart your adb and your eclipse.

    I hope this will help you.


    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 and then it is in DDMS under Android.


    Go to command Prompt and type

    adb kill-server

    press Enter Again type

    adb start-server

    press enter

    now clear your project and run....

    链接地址: http://www.djcxy.com/p/24696.html

    上一篇: 我无法从eclipse安装apk

    下一篇: Android错误:无法安装:超时