Tag: multipartentity

Apache HttpClient Android(Gradle)

我已经将这行添加到我的build.gradle compile group: 'org.apache.httpcomponents' , name: 'httpclient-android' , version: '4.3.5' 我想在我的代码中使用MultipartEntityBuilder。 不过,Android Studio不会将库添加到我的代码中。 谁能帮我这个?