Android Eclipse failing to debug

后端 未结 8 1726
北海茫月
北海茫月 2020-12-10 01:41

Debugging of my app is now suddenly broken. It has been fine up to now and I even reloaded a known good version of my entire code and it still fails to debug or even run.

相关标签:
8条回答
  • 2020-12-10 02:33

    On your Android device (or emulator) go to:

    Applications - Settings - Applications - Manage applications - All
    

    There you have to select your app and uninstall it.

    Afterwards try to run your app from the IDE again. It should work now.

    0 讨论(0)
  • 2020-12-10 02:34

    Create a new debug configuration of type Remote Java Application and set it to localhost and the port you see on the DDMS window. https://stackoverflow.com/a/13421917/624109

    0 讨论(0)
提交回复
热议问题