android-basic-samples icon indicating copy to clipboard operation
android-basic-samples copied to clipboard

Google Play game services - Android samples

Results 84 android-basic-samples issues
Sort by recently updated
recently updated
newest added

When am open Google Play Games on Android TV its just say An error has occurred between Google Play Games and Google Play Services. Try again.

Recently while playing the Snake game in Google play games. ->I've observed that the colour of the snake changes to some sort of rainbow colour(don't know if it's a bug)....

As the title say i just want change the Gmail account in Clash Royale game since i have deleted the previous one. When i connect to SuperCell ID (the game...

I am using the following sample code to deal with connection failure situations. https://developers.google.com/android/guides/api-client#handle_connection_failures When I tested my sample on devices with no GPG app, I could see the "Install...

The leader board in our app has stopped working spontaneously. We used to have scores and according to the play console over 600 scores have been submitted. However when the...

Google play console tells me: **_This release is not compliant with the Google Play 64-bit requirement. The following APKs or App Bundles are available to 64-bit devices, but they only...

Is it normal that a single login attempt with GPG 3.0.1 results in many **"Client connected with SDK..."** messages? I would have expected just one such message? The login does...

Hi! In my project i need to configure app_id at runtime. But for now i was find only one way, with Manifest `` Can i do it progammatically? May be...

In our game implemented online multiplayer using Google Play Game services. After updating **com.google.android.gms:play-services-games** to version **17.0.0**, the console often began to receive a new error: #### Log ```java java.lang.IllegalArgumentException:...

Hi, When creating a new TurnBasedMatch game (Games.TurnBasedMultiplayer.createMatch()) with a TurnBasedMatchConfig that hasn't been called to addInvitedPlayers the number of players in the TurnBasedMatch is incorrect. We were trying to...