I would like to use Apache HttpClient 4.5, so the line
compile 'org.apache.httpcomponents:httpclient:4.5'
is added in my build.gradle, and I get the following in 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
I would like to know what is the problem and how could I solve it. Thanks^^
来源:https://stackoverflow.com/questions/31957941/android-project-uses-httpclient-4-5