GaryBarnesAZ
Lurker
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.