I have the following declaration:
PoolingHttpClientConnectionManager manager;
and Android Studio return me the error:
Error:(113, 9) error: cannot find symbol class PoolingHttpClientConnectionManager.
Also I have imported: org.apache.http.impl.conn.PoolingHttpClientConnectionManager as say http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/conn/PoolingHttpClientConnectionManager.html but Android Studio doesn't detect it.
What can I do wrong?
Thanks