Skip to content Skip to sidebar Skip to footer
Showing posts with the label Shared Libraries

How To Tell Where A Shared Library Is Loaded In Process Address Space?

I'm trying to debug a shared library to which I have the source code and debugging symbols for … Read more How To Tell Where A Shared Library Is Loaded In Process Address Space?

Android Can't Load Local Libcrypto Unsatisfied Link Error

I need to run a newer version of openssl in my app than the one that comes in the OS. I was able to… Read more Android Can't Load Local Libcrypto Unsatisfied Link Error

Undefined Modules When Switching To A Newer Version Of Android Ndk

I'm attempting to upgrade from ndk-r11c to ndk-r14. When I run r14, I get an error Android ND… Read more Undefined Modules When Switching To A Newer Version Of Android Ndk

Loading 3rd Party Shared Libraries From An Android Native Activity

I've built the Assimp library as a shared library. I've included it in my Android ndk proje… Read more Loading 3rd Party Shared Libraries From An Android Native Activity