Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio not showing Logcat with Flutter

I'm using Android Studio for Flutter App Development. Everything seems to be working fine just that the Android Studio does not show the "logs" in Logcat. In the Logcat section, it says "Please Configure Android SDK". Which is already configured. And in the Logcat section says "No Connected Devices." in the drop-down menu. When it has recognized my Android Phone and is showing it just under the Menu bar.

Is there a fix for it? Is there something I am missing?

enter image description here

like image 507
VoidMain Avatar asked Jun 24 '18 07:06

VoidMain


1 Answers

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

  • click Configure

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

like image 61
Onik Avatar answered Oct 05 '22 20:10

Onik