Hello when I import this library in android studio import com.google.gson.Gson; it tells me that can not resolve simbol gson Search it with the sdk manage in the google part and I do not find it, what can it be? I leave the build.gradle I do not know if it has to do with the sdk.
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "aplicacionesmoviles.tp"
minSdkVersion 18
targetSdkVersion 23
versionCode 1
versionName "1.0"
}