Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
143 views

how to build 【openSSL-1.0.2u】 for Android,and if possible, how to merge Android Makefile?

when I use 1.1.1d 's build script, encounter some trouble, and how to generate kind of platorm, such as armv8a,armeabi, armv7a,x86..and so on
wangJin's user avatar
  • 31
1 vote
1 answer
760 views

Android Open SSL through JNI- org_conscrypt_NativeCrypto.cpp: not building

Hi I am trying to build openssl for android and use it through JNI by generating .SO file. I got the reference from https://android.googlesource.com/platform/external/conscrypt/+/brillo-m9-dev. and ...
Sharath's user avatar
  • 315
3 votes
1 answer
2k views

Android.mk Unable to link with libcrypto

Case: I am building an app which uses libcrypto and libssl. I am trying to use prebuilt libcrypto.so and libssl.so and compile my application. But I keep getting undefined reference errors. My App/...
Martin75's user avatar