i am using ADT23 with Eclipse Luna.
Go to your project properties and select Java Compiler
and select you Compiler Compliance Level
to 1.6.
Then your Annotation Processing
option will be enable.
Create a folder compile-libs
in your project, where your lib
folder and paste jar
file androidannotations-3.0.1.jar
this location compile-libs\androidannotations-3.0.1.jar
.
Add androidannotations-api-3.0.1.jar
in your project libs\androidannotations-api-3.0.1.jar
.
Finally, you must add both file path in your Factory Path.
e.g {Your Project}/compile-libs/androidannotations-3.0.1.jar
and
{Your Project}/libs/androidannotations-api-3.0.1.jar