Android Studio - no debuggable applications

前端 未结 16 2303
遇见更好的自我
遇见更好的自我 2020-12-02 04:42

I tried to debug a release version of my Android application but Android Studio failed to attach a debugger. (It could not find Android procces of my running application).

16条回答
  •  离开以前
    2020-12-02 05:29

    Multiple Options to do this:

    1.Tools->Android->Enable ADB Integration

    OR

    2.Build->Clean Project , the Build-> Rebuild Project. Then "adb kill-server" and "adb start-server"

    One of above will work.

提交回复
热议问题