I am getting following errors when I import project into eclipse. I have updated my sdk to M.
import org.apache.http.HttpEntity; import org.apache.http.HttpR
for android studio add one line in build.gradle file of app like:
android { compileSdkVersion 23 .... defaultConfig { .. .. } useLibrary 'org.apache.http.legacy' }