Hi all, can somebody help me to resolve this error? I've succeeded building and running my game into an android test device. However, this error keeps showing up although i'm not sure what it is going to affect the game.
Error log:
Google.JarResolver.ResolutionException: Cannot find candidate artifact for com.google.android.gms:play-services-ads:LATEST
at Google.JarResolver.PlayServicesSupport.DependOn (System.String group, System.String artifact, System.String version) [0x00000] in <filename unknown>:0
I've read some thread about this artifact error and they suggested to change the dependencies for the svc. Then, i tried to edit the code inside AdMobDependencies.cs inside Editor folder, which says:
svcSupport.DependOn("com.google.android.gms", "play-services-ads", "LATEST");
I change the LATEST to PluginVersion.PlayServicesVersionConstraint. However, maybe due to incompatibility or lack of library(?), the PluginVersion could not be detected. Hence, no edit is done.
What should I do to get rid of this error? Currently i am using Unity 5.3.2p and Google Ad Mobs Unity Plugin 3.0.0. The SDK has also been updated to the latest version. Any help will be very much appreciated. Thanks!