Reputation: 1093
I'm using AndroidAnnotations framework in a project, and for some reason, when I add a new activity the framework does not generate the compiled activity (MyActivity_). It used to work fine until now and I didn't change anything. Juse created a new activity with the @EActivity annotation, and nothing got generated. Tried building/cleaning the project. Nothing works. Using Eclipse.
Upvotes: 1
Views: 85
Reputation: 1093
After an investigation I realized that I don't my project menu doesn't have "Annotation Proccesing" under "Java compiler" (Project -> Properties -> Java compiler -> Annotation Proccesing) because a bug in the ADT version. Had to install Eclipse seperatly and then add the plugin, like it was suggested in here.
Upvotes: 1