- Home /
Google play Games plug in: failed to find candidate artifact for play-services-base
Hi I got into a trouble with google play games plug in. So I already have newest build tool, repository, support repository, and the play services in sdk manager
But i still got this error in unity
Google.JarResolver.ResolutionException: Cannot find candidate artifact for com.google.android.gms:play-services-base:[10.2.4]
at Google.JarResolver.PlayServicesSupport.GetDependencies (Google.JarResolver.Dependency dep) [0x00000] in <filename unknown>:0
at Google.JarResolver.PlayServicesSupport.ResolveDependencies (Boolean useLatest, System.String destDirectory) [0x00000] in <filename unknown>:0
at GooglePlayServices.ResolverVer1_1.DoResolutionNoAndroidPackageChecks (Google.JarResolver.PlayServicesSupport svcSupport, System.String destinationDirectory, Google.JarResolver.OverwriteConfirmation handleOverwriteConfirmation) [0x00000] in <filename unknown>:0
UnityEngine.Debug:LogError(Object)
GooglePlayServices.ResolverVer1_1:DoResolutionNoAndroidPackageChecks(PlayServicesSupport, String, OverwriteConfirmation)
GooglePlayServices.<DoResolution>c__AnonStorey5:<>m__8()
GooglePlayServices.ResolverVer1_1:DoResolution(PlayServicesSupport, String, OverwriteConfirmation, Action)
GooglePlayServices.PlayServicesResolver:Resolve(Action)
GooglePlayServices.PlayServicesResolver:MenuResolve()
I actually succeed in building the apk although there's still "Google play services may not work properly" notice as I haven't set it with API yet
How to resolve the error? :( I read that I need to update my play service but i already have the newest one (Rev 39) thanks in advance
Your answer
Follow this Question
Related Questions
Google Play Games achievements not showing 1 Answer
Remove already published achievements - Google Play Store 2 Answers
IOException : Failed to Move File / Directory 4 Answers
java.lang.ClassNotFoundException crash 0 Answers
Google Play Services authentication problem. Failing to sign in ! 6 Answers