标签: java android
我正在使用lmax disruptor,它指的是类Unsafe(sun.misc.unsafe包)
https://github.com/LMAX-Exchange/disruptor/blob/master/src/main/java/com/lmax/disruptor/util/Util.java
这适用于api 17以上但在Android中给出ClassNotFoundException - api 15,16,17等
哪个版本不允许我为旧版本的应用程序提供支持。
如何手动加载此类或在jar中提供此类,以便类加载器找到此类