Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Eclipse - Cannot see annotation processing option

I am unable to fine the option to set annotation processing in my Eclipse preferences. enter image description here

Not sure since when am I getting this problem but surely it has started to occur after I updated eclipse last. I also tried pasting the annotations.jar file in tools/support folder but to no good.

Kindly help.

TIA

like image 454
sb_269 Avatar asked Jul 13 '14 16:07

sb_269


2 Answers

Installing

Programming Languages > Eclipse Java Development Tools

may enable it again.

enter image description here

like image 90
Julio Rodrigues Avatar answered Oct 03 '22 22:10

Julio Rodrigues


It seems Google removed the Annotation Processor option from project properties in the ADT bundle. We are tracking the problem in this AndroidAnnotations issue. The current workaround for this is not installing the bundle, but downloading a standalone Eclipse distribution and adding the ADT plugin to that.

like image 31
WonderCsabo Avatar answered Oct 03 '22 22:10

WonderCsabo