Using dynamically linked library?

susu

Well-Known Member
Licensed User
Longtime User
My :sign0104: question: Is there a way to use dynamically linked library (.so file) ? If no, will B4A support it in future? Thank you.
 

daemon

Active Member
Licensed User
Longtime User
I'm trying to use a 3rd party library, which uses .so file and loads it using:
System.load("/data/data/" + context.getPackageName() + "/lib/" + library);

File.DirInternal points to /data/data/<package>/files folder.

How to copy .so file to /data/data/<package>/lib/ folder as part of apk installation?
 
Upvote 0
Top