Android Studio - no debuggable applications

前端 未结 16 2332
遇见更好的自我
遇见更好的自我 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:30

    This is the problem I encountered.The AAR file you import may change the attribute of debuggable, So just remove the debuggable attribute in your Main App Manifest file. See the picture:

提交回复
热议问题