I am Working with unity 5.3.4f1. I need to use google play service repo:37. This google play service use android m2repository and google m2repository. I have both installed from SDK manager still I am getting below error.
ERROR: Unable to find dependency com.android.support support-v4 23.1+
in ($SDK\extras\android\m2repository, $SDK\extras\google\m2repository)
UnityEngine.Debug:Log(Object)
Google.JarResolver.PlayServicesSupport:Log(String, Boolean)
Google.JarResolver.PlayServicesSupport:FindCandidate(Dependency)
Google.JarResolver.PlayServicesSupport:LoadDependencies(Boolean, Boolean)
GooglePlayServices.ResolverVer1_1:DoResolution(PlayServicesSupport, String, OverwriteConfirmation, Action)
GooglePlayServices.PlayServicesResolver:Resolve(Action)
GooglePlayServices.PlayServicesResolver:AutoResolve()
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
How Can I solve this error.