Gradle Console - Get More Log Output

I am using android studio. In gradle console get the following error message

Compilation error. See the magazine for more details.

  • Try it: run with the --stacktrace option to get a stack trace. Run with the --info or --debug option to get more log output.

STRICTLY MALFUNCTIONAL

But where to run - info option to see more log?

+8
android-studio android-gradle
source share
2 answers

The steps to get this feature are as follows: -

  • Open android studio settings
  • In the list of items you will see the option of assembly, execution, deployment.
  • If you click on this, you will see the Compiler option there, you can add ex command line options: - stacktrace --debug.
+3
source share

try below, add one of these --info, --stacktrace, --debug to command line options

enter image description here

+9
source share

All Articles