I have added this line to my build.gradle
compile group: \'org.apache.httpcomponents\' , name: \'httpclient-android\' , version: \'4.3.5\'
None of the others worked for me. I had to add the following dependency, as explained here
compile group: 'cz.msebera.android' , name: 'httpclient', version: '4.4.1.1'
because I was targeting API 23.