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
For me, the below helped
Find org.apache.http.legacy.jar which is in Android/Sdk/platforms/android-23/optional, add it to your dependency.
org.apache.http.legacy.jar
Android/Sdk/platforms/android-23/optional,
Source