I have an android project (Inellij IDEA). I've download BASS library from official site and copied content from lib
folder to my project folder libs/
. But when I try to load it with System.loadLibrary("bass");
, it throws an error:
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip
file "/data/app/com.negi.opengltest-1/base.apk"],nativeLibraryDirectories=
[/vendor/lib, /system/lib]]] couldn't find "libbass.so"
What am I doing wrong? Maybe, I need to change gradle config?
upd: the answer is here un4seen.com/forum/?topic=15633.msg110256#msg110256