Show Gradle Console when running task
Asked Answered
I

2

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.

Introvert answered 30/9, 2016 at 14:45 Comment(0)
K
21

On your run window you might see this button:

Just press it:

And there you go

Kalpa answered 3/12, 2016 at 23:40 Comment(4)
So obvious. Don't know how I missed that – Introvert
I was actually looking on how to do this myself, found your answer and that hinted me into it somehow, so thanks πŸ‘πŸΌ – Kalpa
Also I hadn't noticed your username!! – Kalpa
It's incredible how it's possible that Android Studio doesn't show this information by default. It's not that clear how to find that bit of so important information while debugging. Thanks! – Impressive
S
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
Scepter answered 16/6, 2021 at 10:8 Comment(0)

© 2022 - 2024 β€” McMap. All rights reserved.