How to resolve “Waiting for Debugger” message?

前端 未结 30 2197
眼角桃花
眼角桃花 2020-11-27 02:42

I have HTC Comet connected to Eclipse with SDK 2.2. I do a debug build - the application does not run; though it does get installed on the device. On the device I get this m

30条回答
  •  离开以前
    2020-11-27 03:11

    I used Task Manager to kill adb.exe to solve this problem. Adb.exe will automatically start after being killed.

    Killing adb.exe has solved a lot of problems related to debug and emulators for me so far.

提交回复
热议问题