I'm creating Android project generated in Maven and I have add dependency for JAXB-API but it's throwing an exception in line
jaxbContext = JAXBContext.newInstance("my_package");
does anyone know is it even possible to use it under Android or maybe someone has simillar problem?
The XML file is in assets and I'm getting it by getAssets() but in that place is another problem but I don't know what?