Android Studio展示2工具窗口
Android Studio 过去可以同时显示 logcat 和终端,但出现了问题。现在它一次只显示 1 个窗口。我一直点击查看->工具窗口来显示这些内容。当我在终端中单击 logcat 时,它会关闭终端,反之亦然。我只是想知道如何像以前一样同时显示 2 个窗口。我希望日志和终端并排显示在屏幕底部。我使用的是 Mac 电脑。
Android Studio used to show both logcat and terminal but something went wrong. Now it is only showing 1 window at a time. I have been clicking view -> tool windows to get these to show. When I click logcat while in terminal it closes the terminal and vice versa. I am just wondering how to make 2 windows show at once as before. I would like both log and terminal to show at the bottom of the screen side by side. I am using a Mac computer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然晚了,但我只是遇到了同样的问题并使用以下方法解决了。
选择
Android studio -> 查看 ->出场 ->工具窗口栏。
这将显示所有工具窗口的选项卡,例如终端、调试和窗口。 Logcat 可以轻松地在工具窗口之间导航。
Though late, I just faced same issue and resolved using following approach.
Select
Android studio ->View -> Appearances -> Tool Window Bars.
That will show tabs for all tool windows like Terminal, Debug & Logcat and makes easy to navigate across tool windows.