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 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)
The text was updated successfully, but these errors were encountered:
xerial
changed the title
No static field [ARRAY_BYTE_BASE_OFFSET] of type I
android-arm64: No static field [ARRAY_BYTE_BASE_OFFSET] of type I
Jan 28, 2023
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)
The text was updated successfully, but these errors were encountered: