To continue using the Apache HTTP APIs, you must first declare the following compile-time dependency in your build.gradle file:
android {
useLibrary 'org.apache.http.legacy'
}
或者
// Apache Http
android {
useLibrary 'org.apache.http.legacy'
}
// Header
dependencies {
compile"org.apache.httpcomponents:httpcore:4.3.2"
}