Constantly getting …DeviceMonitor] Failed to start monitoring

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

提交回复
热议问题