eclipse - The import org.apache.http.entity.mime cannot be resolved in Android -


after adding slidemenu library in project getting problem

"the import org.apache.http.entity.mime cannot resolved"

please me solve one.

download jars apache commons site , add them project.

or add these 2 dependency

compile "org.apache.httpcomponents:httpcore:4.2.4"

compile "org.apache.httpcomponents:httpmime:4.3"


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

SoapUI on windows 10 - high DPI/4K scaling issue -

java - why am i getting a "cannot resolve method" error on getApplication? -