I'm facing a strange issue On android studio. I'm using apache libraries for make some http request, and i need to change
org.apache.http.impl.client.DefaultHttpClient; that is deprecated with
org.apache.http.impl.client.HttpClientBuilder; but android studio don't find that package. How can i do?