Compiler options missing in Android Studio >= 0.8.2

verhage picture verhage · Jul 16, 2014 · Viewed 7.6k times · Source

Recently I upgraded my Android Studio to 0.8.2. Now, my android-annotations based project fails to build. It seems like annotation processing is disabled somehow. It seems the project compiler settings have been changed, the option to turn annotation processing on/off is nowhere to be found...

Compiler settings in 0.8.2

I can't expand the 'Compiler' option as I could before:

Expected compiler settings

Where have they put these options?

Answer

Eli Lipsitz picture Eli Lipsitz · Feb 4, 2015

This is a little late, but for me, it's under

File -> Other Settings -> Default Settings -> Compiler

This compiler has dropdown options, including Annotation Processors.