我正在尝试在Android应用程序上使用名为GreyCat的库,但是在执行文档first example时,我遇到了错误:
java.lang.NoSuchMethodError:
No virtual method putByteVolatile(Ljava/lang/Object;JB)V in class Lsun/misc/Unsafe; or its super classes (declaration of 'sun.misc.Unsafe' appears in /system/framework/core-oj.jar)
此错误仅在Android平台上发生,因为我在Maven项目中使用了GreyCat没问题。
在堆栈跟踪中看到sun
,我还尝试了几种Java版本(8和11,同时具有openjdk和Oracle实现)。