We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
binding.futimes(fd, atime, mtime);
Not sure if it is a android or arm issue in relation to fs-extra
The text was updated successfully, but these errors were encountered:
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 ?
Sorry, something went wrong.
No branches or pull requests
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 html5This 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 text was updated successfully, but these errors were encountered: