Good evening,
I need to implement libCurl into one of our Android projects. I use JNI to call the c++ class with the libCurl code. Everything works just perfect but for
You need compile libcurl.so with "--with-ssl"
Which is really suffering. Refer "http://ieroot.com/2015/03/29/1728.html", may help you .