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
java.lang.NoClassDefFoundError: java.nio.charset.StandardCharsets
at org.h2.mvstore.MVStore.writeStoreHeader(MVStore.java:920)
at org.h2.mvstore.MVStore.<init>(MVStore.java:399)
In my android device with API 18:
java.nio.charset.StandardCharsets is added in API level 19, see https://developer.android.google.cn/reference/java/nio/charset/StandardCharsets.html
So minSdkVersion should be 19 or higher for android devices if excludes jackson-datatype-jsr310:
highlight it in README.md is recommended.
Originally posted by @rwsbillyang in #35 (comment)
The text was updated successfully, but these errors were encountered: