Cannot debug android app in Intellij: “Warning: debug info can be unavailable.”

后端 未结 12 2354
无人及你
无人及你 2020-12-24 05:44

I am trying to debug an app with Intellij 13.0 on Windows 7. Whenever I start debugging I get the following warning:

Warning: debug info

12条回答
  •  北海茫月
    2020-12-24 06:43

    Turn the USB Debugging on Device in Developer Options to off. And then switch it back on. This solved the issue in my case.

    UPDATE

    One more thing which fixed my case was clearing all existing breakpoints. And then trying to debug again.

提交回复
热议问题