Hi !
I think I managed to create my WrapperBASS library with SLC (Previous post) In B4A I can refer to it and it compiles. However after installation on the device (debug mode) I have this error:
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/b4a.example-We9Ok4WWsS1ft7GIPEt3fw==/base.apk"],nativeLibraryDirectories=[/data/app/b4a.example-We9Ok4WWsS1ft7GIPEt3fw==/lib/arm, /system/lib, /vendor/lib]]] couldn't find "libbass.so"
So I think they are missing the .so files and they are not copied to the right place (because not found?) on the device. Thank you for your help !
I think I managed to create my WrapperBASS library with SLC (Previous post) In B4A I can refer to it and it compiles. However after installation on the device (debug mode) I have this error:
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/b4a.example-We9Ok4WWsS1ft7GIPEt3fw==/base.apk"],nativeLibraryDirectories=[/data/app/b4a.example-We9Ok4WWsS1ft7GIPEt3fw==/lib/arm, /system/lib, /vendor/lib]]] couldn't find "libbass.so"
So I think they are missing the .so files and they are not copied to the right place (because not found?) on the device. Thank you for your help !