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...
I can't expand the 'Compiler' option as I could before:
Where have they put these options?
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.