khamake
khamake copied to clipboard
khamake error on android (arm?)
Hi,
I have installed nodejs on my android phone and wanted to build my game on it.
khamake fails at binding.futimes(fd, atime, mtime); upon exporting assets for html5
This happen at https://github.com/Kode/khamake/blob/master/src/Exporters/Html5Exporter.ts#L207
Not sure if it is a android or arm issue in relation to fs-extra
the issue above is a GNURoot android app limitations for file stored on /sdcard I guess kha can't do much about it
By putting the project on the non sdcard storage it worked until it reached kraffiti :
kraffiti process exited with code null when trying to convert player_sheet
Could it be that there are no build for arm ? Would it be the same for Haxe ?