Android Studio not showing Logcat with Flutter

前端 未结 17 2370
长情又很酷
长情又很酷 2020-12-01 17:41

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

17条回答
  •  春和景丽
    2020-12-01 18:12

    Open Project Stucture -> Modules -> new android module from exists source.

    Logcat & Device File Explorer will be visible.

    for Android Studio 3.6: File -> New -> New Module -> Android Library

提交回复
热议问题