not able to import com.squareup.okhttp.OkHttpClient;
问题 I am working on android studio and fetching some data from the web. I tried using OkHttpClient and also added jars to my project folder but still i am unable to import it. It shows can't resolve symbol okhttp . I tried some solution but unable to solve the problem.Here is my build.gradle file apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "23.0.0" defaultConfig { applicationId "com.example.app" minSdkVersion 14 targetSdkVersion 23 versionCode 1