Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show Gradle Console when running task

How do I get the gradle console to show when I run a gradle task in Android Stduio? When I execute the task, the run dialog pops up but the console does not. I want to be able to see the gradle console so that I can see the output, but I don't want to permantly see the gradle console (pinned mode) as 95% of the time I'd rather have the real estate for the editor.

like image 343
FuriousGeorge Avatar asked Sep 30 '16 14:09

FuriousGeorge


1 Answers

On your run window you might see this button:

Just press it:

And there you go

like image 148
Shujito Avatar answered Sep 20 '22 01:09

Shujito