Packing error

272709-log.png

My project can successfully package the windows version, but the packaged Android will prompt an error (in the picture below), I did include the stdio.h header file.

It seems that fopen_s function is unportable and can’t be used with android. You can either use unreal open file function or use fopen and disable deprecated warning,