Top "Google-play-games" questions

The Google Play Games services SDK provides cross-platform game services that lets you easily integrate popular gaming features such as achievements, leaderboards, and Cloud Save in your web-based games.

Google Play Game Services - unable to sign in

Right after yesterday's Google I/O keynote I've updated my Android SDK to integrate the game services into one of …

android google-play-services google-play-games
Android games not working on Bluestacks

I am trying to play android games on pc using Bluestacks latest offline version. Some games like temple run are …

android google-play-games bluestacks
The minSdk version should not be declared in the android manifest file

Gradle Sync Errors are coming up on my build.gradle file for a module I imported called BaseGameUtils saying The …

java android xml google-play-services google-play-games
How can I make the Play Game Services not automatically sign in at the startup?

Google provides the BaseGameUtils library, and recommend us to extends its BaseGameActivity. However, this class makes the game automatically sign …

android google-play-services google-play-games
android play games services is incorrectly configured. anyone know how to fix?

I have a weird bug that's cropped up. My app works perfectly when I sign it with the android debug …

android google-play-games
How to give access to Google Play Developer Console Game services page to other accounts?

We have a game on Google play created with a developer account and then we have admin access to that …

android google-play google-play-games
How can I reset achievements from Google Game Services?

I'm testing my game using Google's new Games Services, and I'd like to reset my account's achievements for testing. I've …

google-play-services google-play-games achievements oauth2-playground
Remove linked application from google game services in developer console

I have an android game that uses Google Game Services for leader boards and achievements. I have created linked applications …

google-play-games
Failed to sign in. Please check your network connection and try again

I am trying to make simple game with Google Play Games Services, but I failed to sign in to Google …

java android google-play google-play-services google-play-games
error in typeanumber - android.support.v4.app.fragment cannot be resolved

Im using eclipse ide and recently decided to try out the google play game services. Im following this tutorial: https://…

eclipse google-play-games