Android Studio not showing Logcat with Flutter

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

    I found a solution worked for me:

    for MacOS: Go to: /Users/userName/Library/Preferences/AndroidStudio3.4/options Find "runner.layout.xml" Change the name of this file for ex: runner01.layout.xml Restart Android studio

    for Windows: 1- Focus "Run" tab (click on tab header, not on its body) 2- Ctrl+Shift+A, find and click "Restore Layout"

    References: https://github.com/flutter/flutter/issues/25835 https://github.com/flutter/flutter-intellij/issues/3673#issuecomment-517356243

    Hopefully, it helps.

提交回复
热议问题