Android Google Play Services Error whilst Connecting

Posted by TastyLemons on Stack Overflow See other posts from Stack Overflow or by TastyLemons
Published on 2014-08-23T02:05:25Z Indexed on 2014/08/23 4:20 UTC
Read the original article Hit count: 118

Filed under:

I am attempting to implement the Google Play Services into my Game to add a Leaderboard. However, whenever I try to connect, I get the following error message:

enter image description here

I have correctly imported google-play-services_lib into my project, and AdMob is working perfectly. This error message comes up after it tries to login. The account with which I am logging in, is authorized as a Test account so that shouldn't be the issue. There are no error messages in the LogCat window either. All I got was that Error Message from the image.

Project hierarchy :

enter image description here

I am assuming that simply Extending the Activity from BaseGameActivity should handle everything for me right?

© Stack Overflow or respective owner

Related posts about android