how to load .so file that are not in System/lib folder in android? -


i have file named libjsa.so in memory card in android , wanna load in application.

how can load file using system.loadlibrary("libname"); ?

things have tried:-

  • try copy /system/lib. ---- not worked
  • system.loadlibrary("/mnt/sdcard/folder/libjsa.so"); -------- not worked

afaik, unless it's system library or on rooted device, can't load libraries outside signed apk bundle, meaning want can't done.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -