I\'ve tried following links but none of them helped to solve the issue.
HttpPost returning error when using MultipartEntityBuilder in Android
Try with theese versions, is working for me
compile 'org.apache.httpcomponents:httpcore:4.3.3' compile('org.apache.httpcomponents:httpmime:4.3.6') { exclude module: 'httpclient' }
Also you can read more here.