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
Post a Comment