我想使用Apache HttpClient 4.5,所以行
compile 'org.apache.httpcomponents:httpclient:4.5'添加到我的build.gradle中,然后在Gradle控制台中得到以下内容
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我想知道问题是什么,以及如何解决这个问题。谢谢^^
发布于 2015-08-12 06:57:29
转到阿帕奇,我发现在安卓系统中,他们使用HttpClient作为Android4.3.5。我的项目使用这些Jar文件作为库(不是在gradle中编译)。您可以尝试下载这里。希望能帮上忙!
https://stackoverflow.com/questions/31957941
复制相似问题