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

前端 未结 22 1766
走了就别回头了
走了就别回头了 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:15

    Restarting the device works for me. Using adb install can get the apk installed, but it's annoying to use it everytime you launch the app when debugging within eclipse.

提交回复
热议问题