Hi there!
Some people are having this error with the app I made using your client.
It seems that if people don't have google play games, the error shows up.
But I doubt with something, I put in the first map a conditional branch:
◆If:Script:__google_play_main.isSignedIn()
◆Comment:do nothing
◆
:Else
◆Script:__google_play_main.startInteractiveSignIn();
◆
:End
Because I was afraid of the player perhaps was not connected in the google play games, so it would check it.
I will post the logcat here
logcat.txt