I have tried with the following code. I have used to "useLibrary 'org.apache.http.legacy' in build.gradle's android part but error is still appearing , and I have also org.apache.http.legacy.jar in \Android\sdk\platforms\android-23\optional.
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "com.example.bhuvneshgautam.cityretails"
minSdkVersion 14
targetSdkVersion 23
versionCode 1
versionName "1.0"
}