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

后端 未结 12 2353
无人及你
无人及你 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

    For those who are using Android-Studio: check your gradle file and product flavours and be sure that "debuggable" attribute in manifest is NOT set to false.

提交回复
热议问题