【发布时间】:2016-10-24 13:14:56
【问题描述】:
我正在使用 unity 5.3.4f1。我需要使用 google play service repo:37。这个 google play 服务使用 android m2repository 和 google 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()
我该如何解决这个错误。
【问题讨论】:
标签: android unity3d google-play-services