是否可以将 AndroidAnnotations 与 Scala 编程语言和 Gradle 构建系统一起使用?当我尝试将 AndroidAnnotations 集成到我现有的 Android/Scala/Gradle 项目中时,编译失败,因为找不到生成的下划线类(例如 MyActivity_)。
以下是一些有用的起点和参考资料:
- http://www.scala-lang.org/node/4773 (2010-01-06)
- http://www.scala-lang.org/sid/5 (2010-01-27)
- http://code.google.com/p/androidannotations/wiki/Configuring (2011-07-28)
- http://docs.jboss.org/hibernate/validator/4.1/reference/en-US/html/ch08.html#d0e2816(2010?)
- 使用 Ant 的 Java 6 注释处理配置(2010-09-05)
- http://download.oracle.com/javase/6/docs/technotes/tools/solaris/javac.html#processing
- http://ant.apache.org/manual/Tasks/apt.html
- 从 Gradle 构建脚本生成 JPA2 元模型(2011-06-22)
- http://download.oracle.com/javase/1.5.0/docs/guide/apt/GettingStarted.html