openssl-curl-android icon indicating copy to clipboard operation
openssl-curl-android copied to clipboard

Compile openssl and curl for Android

Results 2 openssl-curl-android issues
Sort by recently updated
recently updated
newest added

您好,我直接使用release的静态库编译成动态库,再通过jni调用时会在运行.so的方法时崩溃 ![origin_img_v2_06f0164f-29e9-4a78-875e-63b72e6ef11g](https://user-images.githubusercontent.com/30169705/175887703-c6c76c20-f058-4e1f-bfc0-0b3f088bbc95.jpg) 如下是我的 Application.mk 源文件 `APP_PLATFORM = android-23 APP_ABI := arm64-v8a armeabi-v7a APP_STL := c++_static APP_CPPFLAGS := -fexceptions -frtti -fvisibility=hidden` 如下是我的 Android.mk 源文件 ` LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS)...

Use https without cacert