Hi!
I've been trying to get the google game services to work for a while now. And i think im getting close. But i'm getting a build fail when i try to build my app in crosswalk when following this http://shatter-box.com/wiki/phonegap-ga ... amecenter/
I have downloaded the lates plugin and added this to the xml file:
<!-- caution: copy this to intelxdk.config.additions.xml and replace YOUR_GOOGLE_PLAY_GAME_APP_ID --><br />
<intelxdk:plugin intelxdk:name='https://github.com/cranberrygame/com.cranberrygame.phonegap.plugin.game#45191b3570a2ae4dc9646685b65f4a7994ed9952' intelxdk:value='https://github.com/cranberrygame/com.cranberrygame.phonegap.plugin.game#45191b3570a2ae4dc9646685b65f4a7994ed9952' ><br />
<intelxdk:param intelxdk:name='APP_ID' intelxdk:value='YOUR_GOOGLE_PLAY_GAME_APP_ID' /><br />
</intelxdk:plugin>
I have also replaced the text with my app_id at intelxdk:value. Should i change something where it says intelxdx:name as well?
Thanks in advance
AndreasR can you help me?
Edit: Got it to work now. I dont know how i did. Just tried the same thing a bunch of times and now its working! Awsome. Thanks for the plugin and the tutorials.