tmxlite icon indicating copy to clipboard operation
tmxlite copied to clipboard

Opening files on Android fails as NDK does not support fstream

Open fallahn opened this issue 5 years ago • 0 comments

Migrated from #75 Map files will fail to open on android as the NDK doesn't support opening files with fstream. Potential fixes are to either rewrite the file IO using fopen(), create a custom stream for android builds, or provide an interface so users may supply their own file streams.

fallahn avatar Sep 05 '20 22:09 fallahn