Hello everyone, I need your help to add some insight into JNI on Android. I've been looking at the "/libcore/x-net" package in Android and notice that Apache Harmony is the default provider for SSL functionality (using OpenSSL).
Everywhere I've found on the Internet says that when you use JNI in Android you must load the native code by using the System.loadLibrary(...) method, but I can't see where Apache Harmony uses this at all. I am confused as to how their native code is ever loaded. Nowhere in their Java code do they ever load their native library. /libcore/x-net/src/main/java/org... [Java Code of JNI] /libcore/x-net/src/main/native/... [C++ Code for JNI] -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
