下载地址:https://github.com/excilys/androidannotations

文档地址:https://github.com/excilys/androidannotations/wiki

代码演示:https://github.com/excilys/androidannotations/wiki/_pages

1. 将androidannotations-x.x.x-api.jar 放在libs目录

2.将androidannotations-x.x.x.jar 放在compile-libs目录

3.选择项目的 "Properties" -> "Java Compiler" ,设置"Compiler compliance level" 在1.6以上,否则不会运作

4.选择项目的 "Properties" -> "Java Compiler" -> "Annotation Processing",勾选"Enable annotion processing"

5.选择项目的 "Properties" -> "Java Compiler" -> "Annotation Processing" -> "Factory Path",添加androidannotations-x.x.x.jar

6.选择项目的 "Properties" -> "Java Build Path" -> "Libraries" ,添加androidannotations-x.x.x-api.jar

完成.

更多相关文章

  1. 偶滴第一个安卓项目
  2. android 删除SD卡或者手机的缓存图片和目录
  3. Android APP OPS移除应用程序项目的修改方法
  4. Android开源项目分类汇总【老外汇总版本】
  5. Android Studio NDK开发 Execution failed for task ':xxxx项目:
  6. Android Studio项目如何上传至JCenter
  7. Android实战项目:第一行代码CoolWeather
  8. android 项目源码

随机推荐

  1. 【Android】fragment+Viewpager+自动隐藏
  2. Android个人使用adb命令总结(持续更新...
  3. 腾讯音乐初试翻车记录(Android)
  4. Android(安卓)MultiDex 解析与使用
  5. Retrofit2 ,Dagger2等常用框架注解功能介
  6. Android拦截HOME按键
  7. 【Android】Error: Expected resource of
  8. android的launch mode
  9. Android字符串处理类-TextUtils类
  10. Android(安卓)内存溢出(Out Of Memory)的