Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

GooglePlayGamesPlugin-0.9.35 and Unity 5.4.2f1

Discussion in 'Android' started by BloodJohn, Oct 15, 2016.

  1. BloodJohn

    BloodJohn

    Joined:
    Dec 5, 2014
    Posts:
    24
    So I've tried implementing Google Play Services in my Unity project. The problem is, that these two warnings always appear Warnings in Unity

    I have found this question: Admob 3.1.0 showing errors in Unity 5.4.1f1 but because I have already updated everything in the SDK Manager SDK Manager I don't know what else to check?


    Code (CSharp):
    1. WARNING: No compatible versions of com.android.support:support-v4 required by (com.google.android.gms:play-services-basement:9.6.1), will try using the latest version 24.0.0
    2. UnityEngine.Debug:Log(Object)
    3. Google.JarResolver.PlayServicesSupport:Log(String, Boolean)
    4. Google.JarResolver.PlayServicesSupport:ResolveDependencies(Boolean)
    5. GooglePlayServices.ResolverVer1_1:DoResolutionNoAndroidPackageChecks(PlayServicesSupport, String, OverwriteConfirmation)
    6. GooglePlayServices.<DoResolution>c__AnonStorey1:<>m__0()
    7. GooglePlayServices.ResolverVer1_1:DoResolution(PlayServicesSupport, String, OverwriteConfirmation, Action)
    8. GooglePlayServices.PlayServicesResolver:Resolve(Action)
    9. GooglePlayServices.PlayServicesResolver:AutoResolve()
    10. UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
    11.  
    12. WARNING: No compatible versions of com.android.support:support-annotations required by (com.android.support:support-v4:23.1+, com.android.support:support-v4:24.0.0), will try using the latest version 24.0.0
    13. UnityEngine.Debug:Log(Object)
    14. Google.JarResolver.PlayServicesSupport:Log(String, Boolean)
    15. Google.JarResolver.PlayServicesSupport:ResolveDependencies(Boolean)
    16. GooglePlayServices.ResolverVer1_1:DoResolutionNoAndroidPackageChecks(PlayServicesSupport, String, OverwriteConfirmation)
    17. GooglePlayServices.<DoResolution>c__AnonStorey1:<>m__0()
    18. GooglePlayServices.ResolverVer1_1:DoResolution(PlayServicesSupport, String, OverwriteConfirmation, Action)
    19. GooglePlayServices.PlayServicesResolver:Resolve(Action)
    20. GooglePlayServices.PlayServicesResolver:AutoResolve()
    21. UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
     
    KulebyakO likes this.
  2. OsamaRazaAnsari

    OsamaRazaAnsari

    Joined:
    Nov 28, 2016
    Posts:
    3
    I have the same issue do you have a solution ??
     
    KulebyakO likes this.
  3. tribio

    tribio

    Joined:
    Oct 5, 2013
    Posts:
    29
    no solution yet? anybody?
     
  4. Anjin_nz

    Anjin_nz

    Joined:
    Jun 24, 2014
    Posts:
    75
    I'll probably be looking at this next week (we need do some work with 5.4.2 google vr version). I seem to remember Unity not supporting the latest version of play services and needing to downgrade was a solution (I'm a bit foggy on the details). I think this was a hard error though.

    These seem to be warnings however. Is it stopping anything from working as you would expect?
     
  5. LionFische

    LionFische

    Joined:
    Oct 16, 2015
    Posts:
    107
    Having the same problem.
     
  6. ooblii

    ooblii

    Joined:
    Feb 23, 2013
    Posts:
    30
    Those warnings are safe to ignore.