Reputation: 121
i have been really wanting to create a real-time multiplayer android game and was following this tutorial: https://developers.google.com/games/services/android/realtimeMultiplayer
I even corrected the errors on the ButtonClicker example(it's the only one with real-time multiplayer) and got it to work, but didn´t test the multiplayer yet. I copied the whole project to my brother´s computer and he tried to play with me. But every time he click on the button to invite me, it´s saying "the project is incorrectly configured". Does he have to generate another aplication id? has anyone tested the example using 2 different computers and the android emulator of eclipse?
Upvotes: 1
Views: 2169
Reputation: 1
if its giving you an unconfigured error, double check that you signed your app with the same certificate as the sha1 that you linked.
Upvotes: 0
Reputation: 121
I think i resolved it(at least my brother could login on his computer) by adding testers to my project on google play development console. Now all he needs to do is use another emulator on his computer to emulate multiplayer, just like i did ^^
Upvotes: 1
Reputation: 39698
Google Play Services aren't typically installed on the emulator. I think you'll need a pair of actual devices.
It might also need signed applications, but I'm not that familiar (yet) with the Google Play Services model.
Upvotes: 1