I'm having problems exporting to Android using Crosswalk, I keep on getting the error
"The build failed. An error occurred while building the application. Verify your build assets are correct and try again."
From the tutorial by Ashley,
"Now export your project from Construct 2, choosing the Android option. For the export folder, export to the www subfolder in the XDK project location. (This should be where a template index.html already exists which we'll overwrite.)"
But there's no "www" folder in the XDK project folder, I tried creating one and the project doesn't work at all, if I export to the root folder of the XDK project I can run the project fine on the XDK's emulator but fails when building it.
Does anyone know how to fix it?