9

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.

FuriousGeorge
  • 4,561
  • 5
  • 29
  • 52

2 Answers2

21

On your run window you might see this button:

Just press it:

And there you go

Shujito
  • 3,083
  • 2
  • 17
  • 18
0

From Android Studio 3.1 and above, viewing the gradle console has been as Monitoring the Build Process. monitor the build process

  1. build tab
  2. sync tab
  3. restart
  4. toggle view - toggles between displaying task execution as a graphical tree and displaying more detailed text output from Gradle
auspicious99
  • 3,902
  • 1
  • 44
  • 58