我想使用Apache HttpClient 4.5,所以行
compile 'org.apache.httpcomponents:httpclient:4.5'
添加到我的build.gradle中,我在Gradle Console中获得以下内容
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
我想知道问题是什么,我怎么能解决它。感谢^^