Building OpenSSL on Android NDK
问题 I want to use DTLS (on OpenSSL) using JNI on Android 2.1/2.2. Can someone help me get started (tutorials, howto, pointers etc) with building OpenSSL for Android (2.1/2.2) using the Android NDK? Anything important that I should be aware of before doing it. Thanks. 回答1: I guess you don't need help with basic building of programs and OpenSSL. For specifics of Android and OpenSSL, take a look at Fries's GitHub repository called android-external-openssl. Take a look especially at README located