Unity3D/Trouble Shooting

[에러] .ResolutionException: Cannot find candidate artifact for com.google.android.gms

blueasa 2017. 3. 13. 12:00

[에러로그]

Google.JarResolver.ResolutionException: Cannot find candidate artifact for com.google.android.gms:play-services-analytics:9.4

  at Google.JarResolver.PlayServicesSupport.LoadDependencies (Boolean allClients) [0x00000] in <filename unknown>:0 

  at Google.JarResolver.PlayServicesSupport.CreateInstance (System.String clientName, System.String sdkPath, System.String[] additionalRepositories, System.String settingsDirectory) [0x00000] in <filename unknown>:0 

  at Google.JarResolver.PlayServicesSupport.CreateInstance (System.String clientName, System.String sdkPath, System.String settingsDirectory) [0x00000] in <filename unknown>:0 

  at GADependencies..cctor () [0x0000a] in 



[펌]

유니티 구글플레이 연동시에

ResolutionException: Cannot find candidate artifact for com.google.android.gms:play-services-games:8.1+ Google.JarResolver.PlayServicesSupport.DependOn (System.String group, System.String artifact, System.String version) 

뭐라뭐라 이런 에러날때 대처법.

1.​Edit - Preferences - ExternarTools 에서 sdk경로 제대로 들가있는지확인

2. 들가있는데 그러면 SDK Manager 열어서

Android Support Repository

Google Repository

이두가지 최신버전상태 혹은 인스톨되어있는지확인해서 깔아주면 끄읏​

http://howtoforge.answers.sc/gamedev/questions/111298/resolutionexception-cannot-find-candidate-artifact-for-com-google-android-gmsp.html



[출처]

http://jaehogame.tistory.com/entry/%EC%9C%A0%EB%8B%88%ED%8B%B0GoogleJarResolverPlayServicesSupportDependOn

반응형