【GitHub】AndroidAnnotation框架使用方法

来源:互联网 发布:我的世界js是什么意思 编辑:程序博客网 时间:2024/06/05 03:58

 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中的各种注解,好多说明的文章,不一一列举了。

0 0