I want to use these libraries in Android Studio:
import org.apache.http.HttpResponse; import org.apache.http.client.HttpClient; import org.apache.http.client
According to the Apache site this is the Gradle dependency you need to include, if you use Android API 23 or newer:
dependencies { compile group: 'cz.msebera.android' , name: 'httpclient', version: '4.4.1.1' }
Source: https://hc.apache.org/httpcomponents-client-4.5.x/android-port.html