解决使用Androidandroidannotations 配置时 Eclipse 不出现 Annotation Processor Factory

在使用 Androidannotations 这个是一个能够加速 Android 开发的开源框架。遇到Androidannotations  配置的问题。

Androidannotations 可以帮助开发者处理一些 前后台任务、rest 服务、应用类、代码片段等,让开发者专注于真正重要的东西。

在使用之前 需要对Androidannotations  进行配置,具体是要在Java Compiler里面 Annotation Processin 中设置如下图所示:

解决使用Androidandroidannotations 配置时 Eclipse 不出现 Annotation Processor Factory



但是好多开发者在使用的时候会发现最新的官方的Android Bundle没有这个选项,好多开发者会遇到下述情况:


解决使用Androidandroidannotations 配置时 Eclipse 不出现 Annotation Processor Factory


解决方法: 

  需要配置一个插件。解决使用Androidandroidannotations 配置时 Eclipse 不出现 Annotation Processor Factory


接下来就ok了,希望大家使用顺利。


解决使用Androidandroidannotations 配置时 Eclipse 不出现 Annotation Processor Factory

上一篇:分享api接口验证模块


下一篇:selenium 学习笔记 ---新手学习记录(6) 问题总结(java)