Using cURL in Android

后端 未结 7 576
终归单人心
终归单人心 2020-11-27 14:58

I would like to use cURL library in my android application in native code (using NDK r5b, the latest). After researching online, it seems the only way to use cURL in android

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-27 15:25

    It seems that there are projects on github that automated both openssl and libcurl for NDK build:

    https://github.com/jahrome/curl-android

    https://github.com/guardianproject/openssl-android

    Going to use those in my own app, so I can have single library to deal with backend communication for both iOS and Android...

提交回复
热议问题