Jonny Wright
Jonny Wright

Reputation: 1119

Android Studio 1.1.0 Logcat empty

For some reason, more often than not when trying to debug my app the logcat in Android Studio is empty. If I open Android Device Monitor the logcat in there works.

In the left hand window where devices are listed, it is showing "No debuggable applications"

Has anyone else experienced this and or overcome it?

Android Studio: Android Studio

Android Device Monitor: Android Device Monitor

Upvotes: 2

Views: 226

Answers (1)

gusgol
gusgol

Reputation: 503

Jonny, what usually works for me is pressing this button right here: answer

or you can always use "/platform-tools/adb logcat" as a workaround!

Upvotes: 3

Related Questions