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 -

c - Defining floating point constants, how many digits are useful? -

C# Apple Bonjour - how to monitor service records within Windows -