>
> > export your project in "www" subfolder of "your project" folder.
> >
> > Now Open "your project" folder
> > now open "intelxdk.config.additions" xml file in your favorate editor or you can open in intel XDK too
> > Ctrl + A & del everything
> > and paste below codes
> >
> > <preference name="debuggable" value="false" />
> > <intelxdk:crosswalk xwalk-command-line="--ignore-gpu-blacklist" />
> > <intelxdk:crosswalk xwalk-command-line="--disable-pull-to-refresh-effect" />
> > <preference name="CrosswalkAnimatable" value="false" />
> >
> > save it
> >
> > This Problem is covered in my this Tutorial
> >
>
> I will give this a try right now.
>
I tried this and still get build error on all my apps. I did it to all just in case it might be helpful. but no go.
Ok! Here is an update. I don't have a clue as what the issue really was, But here is what I did differently and seams to have fixed the problem.
1. started with no plugins - exported cordova with xdk - minified (built successful)
2. added plugins one at a time and built each time successful
In intel xdk instead of using cordova directory which I had done in all prior attempts, I used all plugins form https://github.com
not sure if the cordova directory is out dated with older versions of the plugins, but none the less I now have my apps ready for google play store and will stay away from cordova directory in the future.