Skip to content Skip to sidebar Skip to footer

Error: "getgamesclient() Not Defined" - Trying To Run Google's Sample Game

I am trying to run the Google Game Play Services example from here. I have added Google Play services (latest rev 15) and BaseGameUtils as library projects to my project, as instru

Solution 1:

It does look like that the 8bitartist sample has not been updated with the new API googleApiClient() references.

I edited the 'getGamesClient()' using the code samples here: https://github.com/playgameservices/android-samples/commit/c2e6a2d66abaece3404f6a7b0e36e634470aca5d

Post a Comment for "Error: "getgamesclient() Not Defined" - Trying To Run Google's Sample Game"