Android Eclipse - Cannot see annotation processing option

前端 未结 5 1380
隐瞒了意图╮
隐瞒了意图╮ 2020-12-25 08:11

I am unable to fine the option to set annotation processing in my Eclipse preferences. \"enter

5条回答
  •  既然无缘
    2020-12-25 08:28

    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.

提交回复
热议问题