I ran into a weird problem on android studio. I am using apache libraries to create some http request and I need to change
org.apache.http.impl.client.DefaultHttpClient;
which is deprecated with
org.apache.http.impl.client.HttpClientBuilder;
but Android studio does not find this package. How can i do this?
giozh source share