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

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

    Had similar problem in Android Studio (0.5.1) with SDK 18.0.1

    Warning: debug info can be unavailable. Please close other application using ADB: Monitor, DDMS, Eclipse
    

    As you suggested updating the SDK worked. Now running on 19.0 and the problem got resolved.

提交回复
热议问题