Do not show launch tab after launch in Android Studio

I am developing applications in Android Studio. But every time I click the Run button, the Run tab automatically appears at the bottom with messages such as "Installing com.packagename, etc ...", "Success", "Launch"

I already turned off automatic display in the Android DDMS tab (because I use DDMS from the toolbar that opens a new window) by editing the configurations. But I canโ€™t disable this dumb automatic run run tab.

Is there any way to do this?

+8
android-studio tabs
source share
1 answer

There is no standard way to achieve this, but I found an interesting workaround mentioned below and using the same.

When the run tab opens, instead of hiding it with the top right corner button, drag it to hide it.

As the picture below

enter image description here

Now run the project launch window, which does not appear. When you want to return, click the start button in the horizontal bar.

Works great for me.

+20
source share

All Articles