How to start odata4j and olingo odatav2 on android

205 views Asked by At

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)

0

There are 0 answers