Android Studio: Run tab does not display flutter logs - Ubuntu 18.10

2,737

Although I use macOS, following operation solved the same problem:

rm ~/Library/Preferences/AndroidStudio3.3/options/runner.layout.xml and then, reboot the Android Studio.

I hope this will be helpful:)

Cheers,

1.Before

2.Change directory

3.delete runner.layout.xml

4.Yay!

Share:
2,737
Michael Hathi
Author by

Michael Hathi

Updated on December 08, 2022

Comments

  • Michael Hathi
    Michael Hathi over 1 year

    Android Studio: 3.3 OS: Ubuntu 18.10

    Run tab does not display any logs when main.dart is run.

    Although logs get displayed when a test is run.

    Blank Run Tab

    I've tried checking and unchecking the 'Replace the Run and Debug console output with an experimental Flutter Logging view ' option under Settings > Languages & Frameworks > Flutter > Experiments with no success.

  • Hardy
    Hardy over 4 years
    This should be accepted as answer! it worked for me.
  • Yuri Misyac
    Yuri Misyac over 3 years
    according to developer.android.com/studio/intro/studio-config runner.layout.xml also can be at ~/Library/Application Support/Google/AndroidStudio<yourversion>
  • kyu
    kyu about 3 years
    I can't run Flutter in release mode on a device and show logs. I will update when I know how to do this.