I just copy all the jar files of Http but Android Studio cann\'t import all these jar files.It gives an error : Cannot resolve symbol HttpGe
Http
Android Studio
Cannot resolve symbol HttpGe
Please remove all jar files of Http from 'libs' folder and add below dependencies in gradle file:
jar
compile 'org.apache.httpcomponents:httpclient:4.5' compile 'org.apache.httpcomponents:httpcore:4.4.3'
or
useLibrary 'org.apache.http.legacy'