gradle-androidannotations-plugin
gradle-androidannotations-plugin copied to clipboard
java.lang.NoClassDefFoundError: com.googlecode.androidannotations.api.SdkVersionHelper
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 interesting if you could take a look :)
Thanks for letting me know @pyricau. I've started following the issue excilys/androidannotations#98 and will try to duplicate tonight. Congrats on the 2.4 release BTW! :)
Hello,
The bug was coming from gradle and apk building by idea (all calls to my dependency libraries were throwing the same exception).