Using cURL in Android

后端 未结 7 575
终归单人心
终归单人心 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:26

    I'm on a similar quest! I'm working on an app right now that requires cURL and just tonight in my search I came across your post here, and what I believe to be the answer:

    http://thesoftwarerogue.blogspot.com/2010/05/porting-of-libcurl-to-android-os-using.html

    Unlike the link you referenced, there are several follow-up comments from other people who claim to have success also following the instructions. If you manage to get it compiled before me, and wouldn't mind sending me the library, post a follow up here! (I'm pretty new to stack overflow so I don't know if you can pm.) Hope this works out for both of us!

提交回复
热议问题