Reputation: 45
I use this manual https://github.com/excilys/androidannotations/wiki/Eclipse-Only-Configuration
"5 Go to Java Compiler > Annotation Processing and choose Enable annotation processing"
But i have not Annotation Processing in Java Compiler (only Building, Error/Warnings, Javadoc, Task Tags). How to fix it?
ADT: 23.0.2
Eclipse: 4.2.1
Java: 1.6
Upvotes: 3
Views: 4891
Reputation: 2320
I use Eclipse IDE for Enterprise Java Developers version: 2019-03 (4.11.0). I fixed it by follow steps.
Upvotes: 2
Reputation: 2588
I was able to work around this problem by installing Eclipse JDT.
Go to Help >> Install New Software... and select the following:
Upvotes: 7
Reputation: 105
i have configured Android Annotations in Eclipse. here is my Answer : [AndroidAnnotations Eclipse configuration with ADT 23
Upvotes: 1
Reputation: 9234
This appears to have been an Oopsy in the Android Development Toolkit build 23.0.2, and should be fixed in 23.0.3. I haven't been able to find a way to just install APT on it's own, but if I find something, I'll definitely post it.
Upvotes: 3