Android - MultipartEntity and dependencies

前端 未结 4 403
臣服心动
臣服心动 2020-12-03 13:56

I recently migrate my project from Eclipse to Android Studio (I do not fully control this IDE yet). In this project, I have a file uploader AsyncTask which send multipart ov

4条回答
  •  广开言路
    2020-12-03 14:46

    dependencies {
     compile('org.apache.httpcomponents:httpmime:4.3') {
        exclude module: "httpclient"
    }
    

提交回复
热议问题