3

After upgrading Android Studio version to 4.0 there's no "toggle view" button in the Build Output window that switched to full output. So now there's no way now to see the error details. Is there a way aside from building the app in the terminal to see full error details?

Build output

Oleksii Urusov
  • 378
  • 2
  • 8

3 Answers3

5

Android Studio > Preferences > Compiler > Command-line Options: --stacktrace --debug

Mohsin Falak
  • 429
  • 6
  • 22
  • Thank you , I have test in windows android 4.0,I can see my println() log in console, thank you again. – evan Sep 18 '20 at 07:19
3

It may sound ridiculous but I found the message window hided by the width of the Build output. There is an inconspicuous line on the right side. After moving it you can see message output

taasonei
  • 53
  • 5
-1

You can click on first line of the left side log tree to view all logs on right side detail view

https://i.stack.imgur.com/J4F4P.png

Karan J
  • 1
  • 3