Closed
Description
When running Android lint on my code it says:
..../org.restlet.ext.jackson-2.2.1.jar: Invalid package reference in library; not included in Android: javax.xml.stream. Referenced from org.restlet.ext.jackson.JacksonRepresentation.
It seems the Jackson extension is using parts of javax.xml.stream
which is not on Android:
Since I am using json with Jackson on Android my app works.
Although I have not tested Jackson with XML on Android, I can imagine it will not work when using XML.