Igor Shashkin
Igor Shashkin

Reputation: 45

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

Upvotes: 3

Views: 4891

Answers (4)

KHACHORNCHIT
KHACHORNCHIT

Reputation: 2320

I use Eclipse IDE for Enterprise Java Developers version: 2019-03 (4.11.0). I fixed it by follow steps.

  • Go to Help -> Eclipse Marketplace
  • Find m2e-apt
  • Install and restart Eclipse

Upvotes: 2

Jataro
Jataro

Reputation: 2588

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

Upvotes: 7

Muhammad Bilal
Muhammad Bilal

Reputation: 105

i have configured Android Annotations in Eclipse. here is my Answer : [AndroidAnnotations Eclipse configuration with ADT 23

Upvotes: 1

Jamie Starke
Jamie Starke

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

Related Questions