Shared libraries .so files are placed in lib/armeabi in an apk file.
I have read after installation the libs gets extracted to /data/data/application_package/lib
How can I get the exact path to this directory in my application at run time? Is this directory readable by the application? Or is only executeable access allowed? If it is readable - Is this still true for copy protected applications?
R packages are installed in a directory called library. The R function . libPaths() can be used to get the path to the library.
To find your Library, go to the bottom menu bar and select Library .
Added in API level 9
getContext().getApplicationInfo().nativeLibraryDir;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With