Java Question Adding .so library to apk

somed3v3loper

Well-Known Member
Licensed User
Longtime User
Hello all ,

I am using a wrapper that calls a java library which uses .so library .
Everything seems OK with Wrapper and Library but the result apk does not include .so .

What should I do to make B4A attach .so library to apk file so when installed the .so file is copied to /data/app-lib/package-name ?


thanks in advance
 

somed3v3loper

Well-Known Member
Licensed User
Longtime User
Ok . Finally I got it working sorry for posting just a few minutes before fixing the issue I have been trying to fix for hours :)

My fix is to create this read-only folder Objects\src\libs and to put .so folders inside .

Thanks
 
Top