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

前端 未结 12 2551
闹比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:53

    To sum up the Dave Cole's answer: all you need to do is:

    1. Open the Android Studio directory.
    2. Find the file .config/options/runner.layout.xml, open it with some text editor.
    3. Find the following piece of code:

    4. And change the "window" option's value to 0: .

    Save the file, now your logcat window is in docked mode.

提交回复
热议问题