Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio 4.0 not showing build error details

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

like image 452
Oleksii Urusov Avatar asked Dec 10 '25 17:12

Oleksii Urusov


1 Answers

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

like image 183
Mohsin Falak Avatar answered Dec 13 '25 09:12

Mohsin Falak