在 Android Studio 中启动后不显示运行选项卡
我正在 Android Studio 中开发应用.但是每次我点击运行"按钮时,运行"选项卡都会从底部自动弹出,并显示安装 com.packagename 等"等消息,成功,正在启动
I'm developing apps in Android Studio. But everytime I hit Run button, the Run tab pops up automatically from bottom with messages like Installing com.packagename etc..., Success, Launching
我已经通过编辑配置禁用了 Android DDMS 选项卡的自动显示(因为我从打开新窗口的工具栏中使用 DDMS).但我无法禁用这个愚蠢的自动运行选项卡显示.
I've already disabled automatic displayin of Android DDMS tab (because I use DDMS from toolbar which opens new window) by editing configurations. But I can't disable this stupid automatic Run tab showing.
有没有办法做到这一点?
Is there any way to do this ?
没有标准的方法来实现这一点,但我发现了下面提到的一个有趣的解决方法,并使用了相同的方法.
There is no standard way of achieving this but I found an interesting workaround mentioned below and using the same.
当你的运行标签打开时,不要使用右上角的按钮隐藏它,而是拖动它直到它隐藏.
When your run tab is opened, Instead of hiding it using right-top corner button, Drag it till it hides.
如下图所示
现在运行你的项目运行窗口不会出现,当你想要它回来时点击水平栏中的运行按钮.
Now Run your project run window wont appear, When you want it back click on run button in horizontal bar.
非常适合我.