I've been trying to use mongodb mobile on android but discovered that if I try to parse json (using Document.parse) with dates in it it fails on Android 7 because "Caused by: java.lang.ClassNotFoundException: Didn't find class "javax.xml.bind.DatatypeConverter" on path: DexPathList[[zip file "....
Hi;
I've been trying to use mongodb mobile on android but discovered that if I try to parse json (using Document.parse) with dates in it it fails on Android 7 because "Caused by: java.lang.ClassNotFoundException: Didn't find class "javax.xml.bind.DatatypeConverter" on path: DexPathList[[zip file "....
Is there a workaround?