Issue
I am using Android studio. In the gradle console getting the below error message
Compilation error. See log for more details
- Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
But where to run --info option to see the more log ?
Solution
Steps to get this feature is as follows:-
- Goto settings options of android studio.
- In the list of items You will see Build, Execution, deployment option.
- If you click on this you will see Compiler option there you can add command-line options ex:- stacktrace --debug.
Answered By - Vivek Gabadiya
Answer Checked By - Terry (JavaFixing Volunteer)