Show Gradle Console when running task

一笑奈何 提交于 2019-12-08 17:06:10

问题


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/show-gradle-console-when-running-task

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!