Gradle console - get more log output

try below way, add one of these --info, --stacktrace, --debug in command line option

enter image description here


Steps to get this feature is as follows:-

  1. Goto settings options of android studio.
  2. In the list of items You will see Build, Execution, deployment option.
  3. If you click on this you will see Compiler option there you can add command-line options ex:- stacktrace --debug.

This question was written a couple of years ago but the answer is still relevant with the latest upgrade to Android Studio 3.1.3. I noticed that I couldn't see the gradle logs, and after some hunting and pecking I found that you can show and hide the gradle logs with the little button shown in the attached screenshot. It's not very well advertised, so if you're missing gradle logs then cycle that button. Toggle Gradle Log View