在 Android 上移植 HTTP 客户端 (cURL) 库

发布于 2024-10-13 18:02:17 字数 152 浏览 6 评论 0原文

我正在研究自动配置,其中我需要从服务器下载 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

找个人就嫁了吧 2024-10-20 18:02:17

为什么不使用 HttpGet在android sdk中提供?

Why don't you use HttpGet provided in the android sdk?

也只是曾经 2024-10-20 18:02:17

我已经记录了将 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文