mongodb / stitch-android-sdk

MongoDB Stitch Android SDK
Apache License 2.0
58 stars 33 forks source link

DateTimeFormatter doesn't work on android 7 #175

Open taxilian opened 5 years ago

taxilian commented 5 years ago

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?