Android Studio - no debuggable applications

前端 未结 16 2320
遇见更好的自我
遇见更好的自我 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条回答
  •  萌比男神i
    2020-12-02 05:08

    Check if Tools->Android->Enable ADB Integration is enabled. Also disable and re-enabling it works most of the times.

提交回复
热议问题