1.根目录build文件的classpath
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
2.
app目录build
apply plugin: 'android-apt'
compile 'org.androidannotations:androidannotations-api:4.3.1'
apt 'org.androidannotations:androidannotations:4.3.1'