Failed to install *.apk on device *:
http://stackoverflow.com/questions/4775603/android-error-failed-to-install-apk-on-device-timeout
What I usually do when I get this error is restarting the adb server
by typing in the cmd:
adb
kill-server
adb
start-server
EDIT: With some never versions of the Platform Tools you can do this from the DDMS
Perspective in theDevices
Tab menu (near the Capture Button), click on Reset
adb.
EDIT2: Also I found out that it is preferable to use the USB
port in the back of your PC, since most of the front USB
ports are low powered, and really seem to be slower when uploading apks on
your devices.
WiFi调试时链接容易断开问题:????
<disconnected>DalvikVM[localhost:
本文介绍了解决Android设备上APK安装超时的方法,包括重启ADB服务器、使用DDMS透视图重置ADB及建议使用PC背部USB端口提高安装速度。
4417

被折叠的 条评论
为什么被折叠?



