• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Can I call to native function without loadlibray

I have several modules within a single native library, each module is intended to be the compliment to a Java class within the application. How can I call the native functions without having to perform a System.loadLibrary within each Java class? If I load the library in a common class (not through inheritence) the app fails with a linkexception.
 
Back
Top Bottom