Hi Slice
I am not too sure on the following step written in the guide by AndreasR's:
*(5) – Copy the ID next to the game name (here Zombie Resurrection) and insert it in the xml file at YOUR_GOOGLE_PLAY_GAME_APP_ID’ and save it*
Where is the xml file in this case?
Thanks!
In Root folder of your game
File : intelxdk.config.additions.xml
<!-- uncomment the following line to enable building a remote CDT debuggable app for Android 4.4 devices -->
<!-- <preference name="debuggable" value="true" /> -->
<intelxdk:plugin intelxdk:name="game" intelxdk:value="https://github.com/cranberrygame/com.cranberrygame.phonegap.plugin.game" intelxdk:id="com.cranberrygame.phonegap.plugin.game">
<intelxdk:param intelxdk:name="APP_ID" intelxdk:value="Change this with your game id" />
</intelxdk:plugin>