You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.