Android Studio not showing Logcat with Flutter Android Studio not showing Logcat with Flutter flutter flutter

Android Studio not showing Logcat with Flutter


Try the following:

  • Event Log (a tab at the bottom right)enter image description here

  • scroll to Android framework is detected

enter image description here

The Logcat tab should appear now. Moreover, the Device File Explorer tab should show up on the right panel.


Update April 2020: Cuong's answer works better with Android Studio 3.6+


Previous answer:

Flutter use Run tab to display logs in Android Studio. Switch from Logcat to Run and then you will see logs.


Go to Setting/Preferences -> Languages & Framework -> Flutter ->Check or uncheck Replace the Run and Debug console with an experimental Flutter Loggin view