Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Compiling android player error — Gideros Forum

Compiling android player error

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

  • piepie Member
    May I ask you why do you need to build it like that?
    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

    +1 -1 (+1 / -0 )Share on Facebook
  • hgy29hgy29 Maintainer
    Accepted Answer
    That’s because qt stuff ( qt.install) has to be built before all others, since it prepares a few things for other targets.
Sign In or Register to comment.