Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the Messages Window in Android Studio 3.1

After upgrading Android Studio from 3.0 to 3.1, the Messages window seems to have disappeared, even though some build outputs (e.g. proguard) continue to refer to it. Where is it?

like image 911
yuval Avatar asked Apr 02 '18 18:04

yuval


People also ask

Where is messages view Android studio?

Go to the Build and then on the left side of the window you will find your Messages icon.

Where is compiler error output Android studio?

Go to File > Settings > Build, Execution, Deployment > Compiler.


3 Answers

After some poking around, I found this button on the left side of the Build window:

Toggle View

Clicking this button toggles the view between the new "Build" view and a text output version which resembles the old Messages view - although it isn't exactly the same.

I hope this helps!

UPDATE: In Android Studio 3.3 the button now looks like this:

Toggle View 3.3

UPDATE 2: In Android Studio 3.6 the button is gone. Instead, the build window is permanently split between text output and visual output. If you can't find the text output, it might be fully collapsed, so look on the top right of the build window for something like this:

enter image description here

And try to drag it left to reveal the build window, like this:

enter image description here

Hope this helps!

like image 177
yuval Avatar answered Oct 08 '22 15:10

yuval


With Android Studio 3.3 Canary 8, go to "build":

enter image description here

And then on the left side click on this button :

enter image description here

And then you will see your build outputs. Enjoy

like image 33
Skyle Avatar answered Oct 08 '22 14:10

Skyle


Can't find the button @yuval provided, but here it is to toggle to show it

enter image description here

like image 32
Jeb50 Avatar answered Oct 08 '22 13:10

Jeb50