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 ?