Android 项目使用 HttpClient 4.5
Android project uses HttpClient 4.5
我想使用 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
我想知道问题是什么以及如何解决。谢谢^^
我想使用 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
我想知道问题是什么以及如何解决。谢谢^^