Skip to content

ursimon/curl-android

 
 

Repository files navigation

curl for android demo.

how to generate libcurl:
1. edit jni/configure.sh, change the default settings:
   read the script carefully..normally you can keep it as is
2. run jni/configure.sh
   if there are any error, check and fix...
3. run ndk-build, generate libcurl.so

libcurl.so size:
   (default is https with ares)
   https: ~169K (including http, https)
    ares: ~28K (adding to https, with ares support)
    ipv6: ~0K (no extra size)
   +full: ~278K (all protocols, with ares)

About

curl for android

Resources

License

BSD-2-Clause and 2 other licenses found

Licenses found

BSD-2-Clause
LICENSE
Unknown
LICENSE.c-ares
Unknown
LICENSE.curl

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published