Android Failed to install HelloWorld.apk on device (null) Error

前端 未结 22 1753
走了就别回头了
走了就别回头了 2020-11-28 23:37

I am new to Android. When I am running my android application in eclipse I am getting these messages in the console:

[2011-03-08 12:57:35 - HelloWorld] ----         


        
22条回答
  •  自闭症患者
    2020-11-29 00:13

    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.

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

提交回复
热议问题