在Android Studio中使用androidannotations(安卓注解)的方法(通过Gradle添加)
首先在project的Gradle中添加:buildscript { repositories { mavenCentral() } dependencies { // replace with the current version of the Android plugin classpath 'com.android.too