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 Device Monitor:
Jonny, what usually works for me is pressing this button right here:
or you can always use "/platform-tools/adb logcat" as a workaround!