1. 把androidannotations-X.X.X-api.jar 放在libs文件夹
        2. 把androidannotations-X.X.X.jar 放在文件夹compile-libs,1与2不能在同一目录
        3. 右键项目,选择Properties
        4. 确保java编译器是1.6或以上
        5. 前往java compiler 》Annotation Processing 选择 "enable annotation processing"
        6. 前往java compiler > Annotation Processing > Factory Path 添加JAR:androidannotations-X.X.X.jar
        文档:https://github.com/excilys/androidannotations/wiki/AvailableAnnotations

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-17
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-25
相关资源
相似解决方案