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

来源:互联网 发布:免费门窗下料优化软件 编辑:程序博客网 时间:2024/05/01 15:06

问题链接:

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

http://stackoverflow.com/questions/4775603/android-error-failed-to-install-apk-on-device-timeout

问题描述:

大意是:多次遇到Android应用程序编译运行超时,尝试过

1、(Project->Clean)


2、重启外部手机设备、Eclipse、手提电脑

3、使用ADV的虚拟机运行


最佳的回答是:

In Eclipse, 

select Window --> Preferences,

then Android --> DDMS and 

set ADB connection time out (ms) to something longer than the default (which is 5000).

将ADB(android database)的最大连接时间调大。


0 0
原创粉丝点击