Constantly getting …DeviceMonitor] Failed to start monitoring

前端 未结 8 1674
忘了有多久
忘了有多久 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:07

    problem causes bay USB bug

    1- save your work 2- Close Eclipse 3- restart your computer 4- Open Eclipse and enjoy ^^ it works for me

    good luck

    0 讨论(0)
  • 2021-02-05 08:10

    You may have to kill the deamon and restart it. Following are the steps;

    1. open a command prompt and locate the SDK's platform tools folder. E.g.:- cd c:\android-sdk-windows\platform-tools

    2. then execute "adb kill-server" command. You will see the disconnected icon in run configuration panel is now cleared.

    3. then again execute "adb start-server" command.

    4. Then try running the device, if it doesn't work try restarting the eclipse.

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