在 Android 上移植 HTTP 客户端 (cURL) 库
我正在研究自动配置,其中我需要从服务器下载 file.enc。我已经使用 cURL(其他选项是 wget)来完成它。现在我需要使用 agcc(ARM 工具)编译curl源代码链编译)并在 Android 设备上移植相同的内容。 我一无所知,所以非常感谢任何帮助。
提前致谢。
Am working on auto provisioning in which I need to download a file.enc from the server.This I had done using cURL(other option is wget) to get it done.Now I need to compile the curl source code with agcc (ARM tool chain compile) and port the same on a Android device.
Am clueless so any help is greatly appreciated.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为什么不使用
HttpGet
在android sdk中提供?Why don't you use
HttpGet
provided in the android sdk?我已经记录了将 libcurl 编译到 Android 应用程序中的方法。唯一的挑战是为 ARM 架构配置 libcurl。您将需要根据您的环境调整编译参数。
http://web.archive.org/web/20110424123421/http://thoughts.seul.in/2011/01/compiling-curl-libcurl-for -android-using-ndk-on-snow-leopard-mac-os-x
I have documented the way to compile libcurl into your application for Android. The only challenge is to configure the libcurl for ARM architecture. You will need to tweak the compilation parameters for your environment.
http://web.archive.org/web/20110424123421/http://thoughts.seul.in/2011/01/compiling-curl-libcurl-for-android-using-ndk-on-snow-leopard-mac-os-x