When I try to compile android player with command:
make -f scripts/Makefile.gid android.install
I get following error:
jni/../../../luabinding/luaapplication.cpp:552:10: fatal error: 'luabindings.luac.c' file not found
#include "luabindings.luac.c"
and file luabindings.luac.c is nowhere to find?
Comments
If you build it from gideros studio it takes less than a minute
File>Export Project> Android - select Player(no assets) from the dropdown
Likes: MoKaLux