gradle-androidannotations-plugin icon indicating copy to clipboard operation
gradle-androidannotations-plugin copied to clipboard

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

Open pyricau opened this issue 13 years ago • 2 comments

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

pyricau avatar Feb 05 '12 12:02 pyricau

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

ealden avatar Feb 07 '12 02:02 ealden

Hello,

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

lukaspili avatar Feb 08 '12 12:02 lukaspili