Constantly getting …DeviceMonitor] Failed to start monitoring

前端 未结 8 1706
忘了有多久
忘了有多久 2021-02-05 07:39

I find that after running or debugging my application a few times using eclipse, that I get the above output in my console (in red) and I get no feedback from Dalvik as to the c

8条回答
  •  悲哀的现实
    2021-02-05 08:02

    To keep the error message from showing up I did the following on Eclipse 3.7:

    • Window->Preferences
    • On the left side tree select Android->DDMS
    • In the DDMS settings window choose logging level "Assert"
    • Click "Apply"

提交回复
热议问题