Android Question Trying to create a library for xmlsec

MMORETTI964

Member
Licensed User
Longtime User
I'm trying to create a library for xmlsec, using some jar from Apache.

Looks it should work correctly, however, when I run the B4A application seems there is some binary object I haven't in that jar.

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/b4a.example-1/base.apk"],nativeLibraryDirectories=[/data/app/b4a.example-1/lib/arm, /vendor/lib, /system/lib]]] couldn't find "libxmlsec-2.0.8.so"

I've made some mistake? There are a way to get this lib?

Many thanks in advance.

Maurizio
 

MMORETTI964

Member
Licensed User
Longtime User
It was my fault, I've copied an insane row from my old library project where I had a .so coming from library.
In this case I have all what I need (java), now it's working.

Maurizio
 
Upvote 0
Top