Can't resolve symbol 'Defaulthttpclient' and 'Httppost' in android
问题 i build a new project.but i have a little problem.i can't use DefaultHttpClient and HttpPost even after i use it in my previous project already. Is there any external librery i have to add? i don't know how can i use both of this. Help me for this issue. My build.gradle apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "22.0.1" defaultConfig { applicationId "Id" minSdkVersion 14 targetSdkVersion 23 versionCode 1 versionName "1.0" } buildTypes { release {