【GitHub】AndroidAnnotation框架使用方法

 https://github.com/excilys/androidannotations 

1,测试环境:jdk 1.6;Sdk 18;4.1.2的手机,win7-64;
2,AndroidAnnotation jar包下载地址:https://github.com/excilys/androidannotations/wiki/Download
3,jar有两个:androidannotations-2.7.1.jar(放入compile-libs文件夹下,需要自己创建);
   androidannotations-api-2.7.1.jar(放入libs文件夹下);
4,右键工程->properties->Java Compiler->Annotation Processin (此处勾选Enable xxx) ->Factory Path(Add JARs--compile-libs中jar)。
5,AndroidManifest.xml中的注册的Activity名字后加“_”。
6,AA中的各种注解,好多说明的文章,不一一列举了。

posted @ 2013-12-03 11:36  风景线外  阅读(678)  评论(0编辑  收藏  举报