Android Studio not showing Logcat with Flutter

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

    Switch to the “Run” tab to see the logs and if you want to insert logs (like Log.d() in android), you can use print() function and whatever string you pass into it will be printed into the “Run” window.

提交回复
热议问题