Reputation: 1950
I am trying to have my Android Studio build window, popup whenever I build.
Is this possible?
I don't want to window in floating mode, as I would like to be able to hide it using Shift+Esc.
I have tried every variation of pinned and docked, but when it is hidden, it seems to always stay hidden....
Upvotes: 10
Views: 2425
Reputation: 13194
You can achieve this by recording a macro. Here I recorded a video of the whole process.
Alternatively, if you prefer a written method, you can follow the steps below;
Now your actions in Android Studio will be recorded.
Now go to Edit menu > Macros and click on your macro name to run it. It will start the build process and show Build window. To make it more quick, assign a keyboard short to your macro;
Hope my answer helps you. I tried this in Android Studio 3.2.1.
Upvotes: 8
Reputation: 59004
I never seen that build open automatically. You can use a shortcut to open build toolbar.
Upvotes: 2