Android Studio not showing Logcat with Flutter

前端 未结 17 2422
长情又很酷
长情又很酷 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:20

    Just use command 'flutter logs', then you can see all logs which are printed by 'print' or 'debugPrint' function.

提交回复
热议问题