Android Question .so files UnsatisfiedLinkError

hub73

Active Member
Licensed User
Longtime User
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 !
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
 
Upvote 0

hub73

Active Member
Licensed User
Longtime User
Thanks for the link Erel, I have already read it. On the other hand, I can't identify what's wrong with my library. I zipped what I get from SLC to show you. Perhaps you will quickly see the error that I persist in searching for! Thank you for your patience and help!

My library here

My SLC folder
 
Last edited:
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top