khamake icon indicating copy to clipboard operation
khamake copied to clipboard

khamake error on android (arm?)

Open wighawag opened this issue 8 years ago • 1 comments

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

wighawag avatar Oct 15 '17 12:10 wighawag

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 ?

wighawag avatar Oct 15 '17 19:10 wighawag