I'm trying to work with odatav2
on ANDROID.
I compile my android application with gradle:
compile files('src/lib/odata4j-0.7.0-clientbundle.jar')
But at runtime I got:
java.lang.TypeNotPresentException: Type javax.xml.stream.XMLInputFactory not present
Can't find how to resolve this for a long time. Please write here how to fix this without links for old deleted/unreadable pages/examples.
(similar problem with olingo odatav2: XMLInputFactory exception)