Using JAXB with Google Android

I’m not exactly resolving your problem, but JAXB isn’t included in android by default and the library will cost you 9(!) MB of your apk. Try SimpleXML instead. It has similiar abilities and much more lightweight.

Leave a Comment