openssl-curl-android
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
trafficstars
您好,我直接使用release的静态库编译成动态库,再通过jni调用时会在运行.so的方法时崩溃  如下是我的 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