stack trace:
05-24 19:32:46.368: D/GameHelper(27484): GameHelper: onAR: responseCode=RESULT_APP_MISCONFIGURED, so giving up.
05-24 19:32:46.368: W/GameHelper(27484): disconnect() called when client was already disconnected.
05-24 19:32:46.368: W/GameHelper(27484): ****
05-24 19:32:46.368: W/GameHelper(27484): ****
05-24 19:32:46.368: W/GameHelper(27484): **** APP NOT CORRECTLY CONFIGURED TO USE GOOGLE PLAY GAME SERVICES
05-24 19:32:46.368: W/GameHelper(27484): **** This is usually caused by one of these reasons:
05-24 19:32:46.368: W/GameHelper(27484): **** (1) Your package name and certificate fingerprint do not match
05-24 19:32:46.368: W/GameHelper(27484): **** the client ID you registered in Developer Console.
05-24 19:32:46.368: W/GameHelper(27484): **** (2) Your App ID was incorrectly entered.
05-24 19:32:46.368: W/GameHelper(27484): **** (3) Your game settings have not been published and you are
05-24 19:32:46.368: W/GameHelper(27484): **** trying to log in with an account that is not listed as
05-24 19:32:46.368: W/GameHelper(27484): **** a test account.
05-24 19:32:46.368: W/GameHelper(27484): ****
05-24 19:32:46.368: W/GameHelper(27484): **** To help you debug, here is the information about this app
05-24 19:32:46.368: W/GameHelper(27484): **** Package name : com.fmeg.tapoutchallenge.android
05-24 19:32:46.368: W/GameHelper(27484): **** Cert SHA1 fingerprint: 17:2D:64:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx
05-24 19:32:46.368: W/GameHelper(27484): **** App ID from : 79xxxxxxxxxx
05-24 19:32:46.368: W/GameHelper(27484): ****
05-24 19:32:46.368: W/GameHelper(27484): **** Check that the above information matches your setup in
05-24 19:32:46.379: W/GameHelper(27484): **** Developer Console. Also, check that you're logging in with the
05-24 19:32:46.379: W/GameHelper(27484): **** right account (it should be listed in the Testers section if
05-24 19:32:46.379: W/GameHelper(27484): **** your project is not yet published).
05-24 19:32:46.379: W/GameHelper(27484): ****
05-24 19:32:46.379: W/GameHelper(27484): **** For more information, refer to the troubleshooting guide:
05-24 19:32:46.379: W/GameHelper(27484): **** http://developers.google.com/games/services/android/troubleshooting
I have checked time and time again, and even created a new java project under a new app id, new package name, and new app name and tried again, but I’m still getting this.
The application id matches what is printed in the stacktrace, also matched up with string.xml in my project. This matches the dashboards application ID.
I am a tester for this application and I am using the correct (and my only) google play account.
I don’t know what to do anymore… I’ve spent countless hours trying to get this google play implementation to work.