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.methods.HttpGet;
import org.apache.http.impl.client.DefaultHttpClient;
I am following a video tutorial in which the tutor is using Eclipse so I know it works.
But what additional things/libraries do I have to add to Android Studio in order to use them?