0

How do you show the compiler output in Android Studio ?

I'm using Android Studio 0.3.2 on Mac OSX Maveriks.

For screenshot see:

https://i.stack.imgur.com/9chGr.jpg

Related, but the option isn't available on my Android Studio: Android Studio: Where is the Compiler Error Output Window?

Community
  • 1
  • 1

1 Answers1

0

Since Android studio 0.3.4 you can enable showin gradle output in gradle console tab.

In settings open: Compiler -> Gradle -> Use in-build process

you can find more here

Filip Zymek
  • 2,626
  • 4
  • 22
  • 31