Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing "Annotation processing" menu in eclipse

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
like image 208
Igor Shashkin Avatar asked Jan 30 '26 06:01

Igor Shashkin


2 Answers

I was able to work around this problem by installing Eclipse JDT.
Go to Help >> Install New Software... and select the following:

enter image description here

like image 117
Jataro Avatar answered Jan 31 '26 18:01

Jataro


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.

like image 41
Jamie Starke Avatar answered Jan 31 '26 18:01

Jamie Starke