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

Android, Best Way To Provide App Specific Constants In A Library Project?

I am creating a library project for a number of android apps. The apps all have some common functio… Read more Android, Best Way To Provide App Specific Constants In A Library Project?

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

How To Include Prebuilt Shared Libraries In Apk With Eclipse

I have a shared library libfoo.so and need to use it in my android app. My first try was to have in… Read more How To Include Prebuilt Shared Libraries In Apk With Eclipse

Android Ndk Cannot Load Library: Reloc_library[1306]

Im developing an android app thats loading two shared libraries. One is external, its called libpca… Read more Android Ndk Cannot Load Library: Reloc_library[1306]

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

What Process/library On Android Is Responsible For Dispatching Touch Events To Applications?

What process/library on Android is responsible for dispatching touch events to applications? I was … Read more What Process/library On Android Is Responsible For Dispatching Touch Events To Applications?