Search code examples
androidandroid-studiologcat

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


Solution

  • 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!