1

I'm trying to use the --stacktrace and --debug options to get more infos about the logs because I'm getting an error I get stuck on.

When I try to build the project I don't get any errors but when I try to run the app it shows the following errors you can find on the image. Problem is even when I set the stacktrace and debug options, it doesn't add more detail and still asks me to add these options.

Android Studio - stacktrace Thanks in advance for your help !

azekirel555
  • 567
  • 2
  • 8
  • 22

1 Answers1

0

For android studio IDE 3.4.2: Settings > Compiler and enter --stacktrace --debug in the Command-line Options textbox.

enter image description here

cs95
  • 330,695
  • 80
  • 606
  • 657
M E S A B O
  • 419
  • 1
  • 6
  • 9