I am using ADT23 with Eclipse Luna. Go to your project properties and select Java Compiler and select Compiler Compliance Level to 1.6. Then the Annotation Processing option will be enabled. Create a compile-libs folder in your project where your lib folder is and insert the jar file androidannotations-3.0.1.jar this is the location compile-libs\androidannotations-3.0.1.jar .
Add androidannotations-api-3.0.1.jar to the libs\androidannotations-api-3.0.1.jar .
Finally, you must add both paths to the file in your Factory path. for example, {Your Project}/compile-libs/androidannotations-3.0.1.jar and {Your Project}/libs/androidannotations-api-3.0.1.jar
Muhammad
source share