Im wrapping a library that contains .SO files in the supplied JAR file.
If I include the .SO files in my wrapper JAR then my wrapper works fine.
If I dont include the .SO files in my wrapper JAR the I get a "cant load .SO file" error and my app crashes. I unzipped the APK file and the .SO files are present (becuase they are included in the JAR file from the supplier).
So Im left wondering, why do the libraries not load correctly if they are only included in the supplied JAR file?
If I include the .SO files in my wrapper JAR then my wrapper works fine.
If I dont include the .SO files in my wrapper JAR the I get a "cant load .SO file" error and my app crashes. I unzipped the APK file and the .SO files are present (becuase they are included in the JAR file from the supplier).
So Im left wondering, why do the libraries not load correctly if they are only included in the supplied JAR file?