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
  • 577
  • 2
  • 8
  • 25

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
  • 379,657
  • 97
  • 704
  • 746
M E S A B O
  • 783
  • 1
  • 11
  • 15