ealden / gradle-androidannotations-plugin

AndroidAnnotations plugin for Gradle
http://androidannotations.org
Apache License 2.0
40 stars 10 forks source link

java.lang.NoClassDefFoundError: com.googlecode.androidannotations.api.SdkVersionHelper #2

Open pyricau opened 12 years ago

pyricau commented 12 years ago

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 :)

ealden commented 12 years ago

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! :)

lukaspili commented 12 years ago

Hello,

The bug was coming from gradle and apk building by idea (all calls to my dependency libraries were throwing the same exception).