I have carefully followed the instructions in the official guide to enable annotations in my Eclipse ADT 3.8.
That is, Annotation Processing and Factory Path are properly configured:
My Android application compiles successfully. It runs too, of course, but I get obvious NPEs due to views that are expected to be initialized by Butter Knife stay null
.
If I change the configuration to generate, say .apt_generated_foo_bar
, Eclipse will create that folder. But empty.
Any ideas on how I can convince Eclipse to create the appropriate classes in .apt_generated
?