Android Google Play Services Error whilst Connecting
- by TastyLemons
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:
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 :
I am assuming that simply Extending the Activity from BaseGameActivity should handle everything for me right?