在Android NDK建设的OpenSSLAndroid、NDK、OpenSSL

2023-09-05 08:59:43 作者:゛空气中的烟圈

我想用JNI在Android 2.1 / 2.2使用DTLS(OpenSSL的)。

I want to use DTLS (on OpenSSL) using JNI on Android 2.1/2.2.

有人可以帮助我上手(教程,HOWTO,指针等),建筑的OpenSSL为Android(2.1 / 2.2),采用了Android NDK?

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.

感谢。

推荐答案

我猜你并不需要帮助的程序和OpenSSL的基本构建。

I guess you don't need help with basic building of programs and OpenSSL.

为Android和OpenSSL的细节,看看弗里斯的GitHub的库名为Android-外部的OpenSSL。

For specifics of Android and OpenSSL, take a look at Fries's GitHub repository called android-external-openssl.

看看尤其是在自述设在这里: http://github.com/fries/android-external-openssl/blob/master/README.android

Take a look especially at README located here: http://github.com/fries/android-external-openssl/blob/master/README.android

有你有一步就如何在Android打造的OpenSSL步说明。

There you have step by step instructions on how to build OpenSSL on Android.