无法找到依赖项com.android.support support-v4 23.1

时间:2016-10-24 13:14:57

标签: android unity3d google-play-services

我正在与团结工作5.3.4f1。我需要使用谷歌播放服务回购:37。这个谷歌播放服务使用Android m2repository和谷歌m2repository。我已从SDK管理器安装,但我仍然遇到错误。

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()

如何解决此错误。

extra/android/

1 个答案:

答案 0 :(得分:0)

确保为http://jsfiddle.net/qambxkmo/13/依赖项使用正确的版本。您可以查看link

  

最新上述依赖的稳定版本到现在   是:

appcompat-v7
     

如上所述使用它,确保安装/更新到最新版本   之前的 SDK Manager 中的版本。

您还可以检查这些链接的解决方法: