How to show compilation errors in android studio

iamcrypticcoder picture iamcrypticcoder · Jun 22, 2013 · Viewed 57.7k times · Source

I want to know how to show compilation errors in Android Studio. I tried the following one:

Android Studio: Where is the Compiler Error Output Window?

But it is showing another error:

javac: invalid target release: 1.8

Anybody who knows the actual solution please reply.

Answer

Lonzak picture Lonzak · Feb 26, 2016

There is a 'Problems' view in the project window:

Project window - click on drop down and select 'Problems'

Just click on the drop down (Android setting is default) and select 'Problems'. Not comparable to eclipse problems view tough...