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
dependencies { compile('org.apache.httpcomponents:httpmime:4.3') { exclude module: "httpclient" }