I got a runtime errror when used jdk8 in android arm64
Caused by: java.lang.NoSuchFieldError: No static field ARRAY_BYTE_BASE_OFFSET of type I in class Lsun/misc/Unsafe; or its superclasses (declaration of 'sun.misc.Unsafe' appears in /apex/com.android.runtime/javalib/core-oj.jar)
at org.xerial.snappy.pure.PureJavaSnappy.uncompressedLength(PureJavaSnappy.java:235)
at org.xerial.snappy.Snappy.uncompressedLength(Snappy.java:617)
at org.xerial.snappy.Snappy.uncompress(Snappy.java:491)