Android Studio 配置 androidannotations

Android Studio 配置 androidannotations


下载

http://androidannotations.org/

配置方法 一

https://github.com/excilys/androidannotations/wiki/IntelliJIDEA
但是
File -> Settings -> Build, Execution, Deployment -> Compiler -> Annotation processing
找不到啊?哪里去了!

Android Studio 配置 androidannotations_第1张图片

在Android Studio里启用Annotation processors(这个是针对AS的,配置一次就行,下次再建新工程就不需要了)到达路径:File->Other Settins->Default Settings(Mac 上)

在这里看到的
http://www.08kan.com/gwk/MzA5ODAyNzM4Ng/201495771/2/77f724b83bb82a00447ea9424e72ad65.html

配置方法 二

Android Studio 配置 androidannotations_第2张图片

配置Gradle
几乎不用配置的Gradle
自定义一些事情

先看看目前Android-Apt的版本

Android Studio 配置 androidannotations_第3张图片

再来看一下AAVersion

Android Studio 配置 androidannotations_第4张图片

学习使用

API-List

https://github.com/excilys/androidannotations/wiki/AvailableAnnotations

Cookbook

https://github.com/excilys/androidannotations/wiki/Cookbook

Android Studio 几乎就是免 Git 使用啊!

调试

发生了什么!怎么什么都打印?

Android Studio 配置 androidannotations_第5张图片

为啥?过滤一点都不自动啊….

使能ADB Integration
Android Studio 配置 androidannotations_第6张图片

呆一会就好了,喝杯茶。嘿嘿….

AndroidAnnotations 测试

你可能感兴趣的:(Android,studio,配置,方法)