AndroidAnnotations Eclipse configuration with ADT 23
问题 Since ADT 23, there seems to have no way to add Annotation Processor Factory Path to projects: No "Annotation Processing" item in Poject>Properties>Java Compiler. Does anyone know how to add androidannotations-X.X.X-api.jar to the annnotaions processing in the last Eclipse ADT? 回答1: This is a known problem of the ADT bundle, and will be fixed as of ADT 23.0.3. In the meantime, you can fix this by downloading a standard Eclipse distribution and installing the ADT plugin to that. Or if you want