Android and libCurl https

前端 未结 2 1099
自闭症患者
自闭症患者 2021-01-27 00:57

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

2条回答
  •  悲&欢浪女
    2021-01-27 01:42

    You need compile libcurl.so with "--with-ssl"

    Which is really suffering. Refer "http://ieroot.com/2015/03/29/1728.html", may help you .

提交回复
热议问题