I use this tutorial https://github.com/excilys/androidannotations/wiki/Eclipse-Only-Configuration
"5 Go to Java Compiler > Annotation Processing and choose Enable annotation processing"
But I do not have annotation processing in the Java compiler (only Building, Error / Warnings, Javadoc, Task Tags). How to fix it?
ADT: 23.0.2 Eclipse: 4.2.1 Java: 1.6
This seems to have been Oopsy in the Android Development Toolkit build 23.0.2 build, and should be fixed in 23.0.3 . I could not find a way to simply install APT myself, but if I find something, I will definitely publish it.
I managed to get around this problem by installing Eclipse JDT.Go to Help → Install new software ... and select the following:
I set up Android annotations in Eclipse. here is my answer: [ AndroidAnnotations Eclipse Configuration with ADT 23
I am using the Eclipse IDE for Enterprise Java developers version: 2019-03 (4.11.0). I fixed it by following the instructions.