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.