解决使用Androidandroidannotations 配置时 Eclipse 不出现 Annotation Processor Factory
Posted jackrex
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决使用Androidandroidannotations 配置时 Eclipse 不出现 Annotation Processor Factory相关的知识,希望对你有一定的参考价值。
在使用 androidannotations 这个是一个能够加速 Android 开发的开源框架。遇到Androidannotations 配置的问题。
Androidannotations 可以帮助开发者处理一些 前后台任务、rest 服务、应用类、代码片段等,让开发者专注于真正重要的东西。
在使用之前 需要对Androidannotations 进行配置,具体是要在Java Compiler里面 Annotation Processin 中设置如下图所示:
但是好多开发者在使用的时候会发现最新的官方的Android Bundle没有这个选项,好多开发者会遇到下述情况:
解决方法:
需要配置一个插件。
接下来就ok了,希望大家使用顺利。
以上是关于解决使用Androidandroidannotations 配置时 Eclipse 不出现 Annotation Processor Factory的主要内容,如果未能解决你的问题,请参考以下文章
eclipse git 解决冲突 解决 mergetool 不能使用问题