tabsandroid-studio

Don't show run tab after launch in Android Studio


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

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 ?


Solution

  • 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.

    Like in picture shown below

    enter image description here

    Now Run your project run window wont appear, When you want it back click on run button in horizontal bar.

    Working perfectly for me .