How to resolve “Waiting for Debugger” message?

前端 未结 30 2264
眼角桃花
眼角桃花 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-27 03:30

    For Android Studio users I encountered this problem first time while trying to run a bare bone project just after updating my jdk location. So I stumbled across this post. In my case simple Build->Clean Project did the job.

提交回复
热议问题