首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安卓项目使用HttpClient 4.5

安卓项目使用HttpClient 4.5
EN

Stack Overflow用户
提问于 2015-08-12 06:50:48
回答 1查看 4.6K关注 0票数 2

我想使用Apache HttpClient 4.5,所以行

代码语言:javascript
复制
compile 'org.apache.httpcomponents:httpclient:4.5'

添加到我的build.gradle中,然后在Gradle控制台中得到以下内容

代码语言:javascript
复制
Configuration on demand is an incubating feature.
WARNING: Dependency org.apache.httpcomponents:httpclient:4.5 is ignored for debug as it may be conflicting with the internal version provided by Android.
         In case of problem, please repackage it with jarjar to change the class packages

我想知道问题是什么,以及如何解决这个问题。谢谢^^

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2015-08-12 06:57:29

转到阿帕奇,我发现在安卓系统中,他们使用HttpClient作为Android4.3.5。我的项目使用这些Jar文件作为库(不是在gradle中编译)。您可以尝试下载这里。希望能帮上忙!

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/31957941

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档