How do you undo floating mode for the logcat window in Android Studio

前端 未结 12 2560
闹比i
闹比i 2021-02-18 20:26

While fiddling with the layout in Android Studio I somehow turned my logcat window into a floating window. I cannot for the life of me restore it to docked mode.

12条回答
  •  余生分开走
    2021-02-18 20:46

    The simplest way is to delete the runner.layout.xml file under your personal androidstudio config folder (.AndroidStudio\config\options), if you don't need to remain a special IDE layout setting.

提交回复
热议问题