Why do I see “No Debuggable Applications” in Android Studio Logcat while my application is running?

前端 未结 12 1481
一生所求
一生所求 2021-02-02 06:30

I wanted to filter what is shown in the Android Studio Logcat to show what is relevant to my application only. I have chosen Show only selected applications from th

12条回答
  •  时光取名叫无心
    2021-02-02 07:14

    Open Android Studio, Go to,

    Tools-> Android -> Enable ADB Integration.

    Open Android Monitor,

    After enabling that, everything should work properly and you can see your package name of your application.

提交回复
热议问题