在build.gradle文件中添加如下语句:
android {
useLibrary 'org.apache.http.legacy'
}
dependencies {
compile('org.apache.httpcomponents:httpmime:4.3.6') {
exclude module: 'httpclient'
}
compile 'org.apache.httpcomponents:httpclient-android:4.3.5.1'
}