Open
Description
I compiled my application with a newer restlet (2.3.7) and the error mentioned in #964 popped up again but in another class:
..../org.restlet.ext.jackson-2.3.7.jar: Invalid package reference in library; not included in Android: javax.xml.stream. Referenced from org.restlet.ext.jackson.internal.XmlFactoryProvider.
It seems to me XmlFactoryProvider should not be included in the Android version of Restlet.