N.B. There are several similar questions to this (e.g., link) about earlier or alpha versions of Android Studio - my question pertains to the current version 2.1.1, and the earlier answers either don't seem to apply or are incomplete WRT my version.
I just installed the latest version of Android Studio on my PC (Win 7) and I'm learning how to use it. One thing all the other IDE's I've used (e.g., Visual Studio, Eclipse, etc) have is a window that lists the compiler errors and warnings and you can click on the items and it takes you to them in the source editor.
When I do a Project Build I get a message saying "Gradle Build finished with 3 warnings in 4s 753ms". But I don't know how to see the warnings.
How/where do I do this in Android Studio?