score:1

Accepted answer

found the problem:

the project properties must have the compiler compliance level set to no less than 1.6, or else the processor won't be executed...

score:0

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


Related Query

More Query from same tag