Is it possible to programmatically copy a file into, or create a symbolic link in the /data/data/application_package/lib directory?
When trying to write to the lib dire
if you want load so file ,you can use system.load(); you can copy so to data/package name/libs
and use system.load() to load so