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. 回答1: On your run window you might see this button: Just press it: And there you go 来源: https://stackoverflow.com/questions/39794207