HttpClient was deprecated in API Level 22 and removed in API Level 23
So if your target API Level 23 or >=23 then you need to use
useLibrary 'org.apache.http.legacy'
in build.gradle file.
Also this is the good library http://loopj.com/android-async-http/ which support API level 23 and also >=23