aquadijoib You can try this - it works for me ...
[quote:1aszt9ai]How to fix build error
1.Crosswalk
If the following build error occurs,
Syntax error
page contains the following errors:error on line 4 at column 31: attributes construct error Below is a rendering of the page up to the first error.
then open intelxdk.config.additions.xml and replace the following line.
//Phonegap Game 1.0.63 ~
<intelxdk:plugin intelxdk:name="https://github.com/cranberrygame/com.cranberrygame.phonegap.plugin.game#544946ee7789ef539f7efe02ea6b12d03b1b8c62 --variable APP_ID='YOUR_GOOGLE_PLAY_GAME_APP_ID'" intelxdk:value="https://github.com/cranberrygame/com.cranberrygame.phonegap.plugin.game#544946ee7789ef539f7efe02ea6b12d03b1b8c62 --variable APP_ID='YOUR_GOOGLE_PLAY_GAME_APP_ID'" />
====>
<intelxdk:plugin intelxdk:name="https://github.com/cranberrygame/com.cranberrygame.phonegap.plugin.game#544946ee7789ef539f7efe02ea6b12d03b1b8c62" intelxdk:value="https://github.com/cranberrygame/com.cranberrygame.phonegap.plugin.game#544946ee7789ef539f7efe02ea6b12d03b1b8c62" >
<intelxdk:param intelxdk:name='APP_ID' intelxdk:value='YOUR_GOOGLE_PLAY_GAME_APP_ID' />
</intelxdk:plugin>
(quote from https://plus.google.com/102658703990850 ... HsiUrvZXWT)