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

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

    Mac OS X answer

    Seems the OP is running into this issue on some flavor on Linux. For people with OS X, see this answer.

    Option 1

    If you select the little cog icon at the top right of the floating window, and deselect floating mode, it should pop back to pinned mode:

    enter image description here

    Option 2

    If you don't see the little cog, you can also make sure that the floating logcat window is selected, and then go to Window-> Active Tool Window-> Floating Mode

    enter image description here

提交回复
热议问题