gradle-androidannotations-plugin
gradle-androidannotations-plugin copied to clipboard
AndroidAnnotations plugin for Gradle
- updated gradle to 1.5 - gradle-android-plugin to 1.2.2-SNAPSHOT (support for ADT 21.1) - androidannotations 3.0-SNAPHSOT (package updated to org.androidannotations)
Changed the api artifact to align with what's out there
I use AndroidAnnotations in my Android project and I would like to move that project to new project layout to build it using Gradle. It can't be done because your...
http://tools.android.com/tech-docs/new-build-system/user-guide
It looks like the api artifact of AndroidAnnotations changed a little bit in 2.7 which causes this plugin to not work.
Hello @ealden There was a bug posted on AndroidAnnotations : https://github.com/excilys/androidannotations/issues/98 I don't know if it's an AndroidAnnotations bug or a gradle plugin bug, but I thought it could be...