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

Solace picture Solace · Jun 16, 2015 · Viewed 23.8k times · Source

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 the drop down at the top of the logcat as shown in the following screenshot:

Android Studio Logcat Screenshot

But in the drop down menu above it which is supposed to show running application(s) (and other options) from which we can choose our application to see Log messages related to it only, I see No debuggable Applications as the only option.

Android Studio Logcat Screenshot

Why? What should I do to fix this?

Note: It does not happen every time I run the project. Sometimes it happens, sometimes it automatically selects my app (when I run it) from the drop down menu shown in the second screenshot, and filters the results properly.

Answer

Deivison Sporteman picture Deivison Sporteman · Aug 17, 2015

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.