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

后端 未结 12 2357
无人及你
无人及你 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条回答
  •  旧时难觅i
    2020-12-24 06:36

    For me this situation occured when device was connected via usb and adb tcpip was enabled (ADB in Wi-Fi mode).

    Just run command adb usb with connected device and try to debug again.

提交回复
热议问题