相关文章推荐
道上混的豌豆  ·  pandas : ...·  3 年前    · 
豁达的红烧肉  ·  tsql - How do I use ...·  3 年前    · 

Issue:

Java.Lang.UnsatisfiedLinkError: Native library (com/sun/jna/ android-aarch64 /libjnidispatch.so) not found in resource path (.) occurred. Do I need to download a version of libjnidispatch .so ?


Cause:

The problem is most probably the loaded libjnidispatch .so library is not 64-bit. Even the file is located on the correct path, if its ISA is wrong, this message occurs. Check it via shell command $ file ./libjnidispatch.so


Solution:

Download 64-bit libjnidispatch .so or ask for it via support.