Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Problem compiling plugin — Gideros Forum

Problem compiling plugin

zimarriozimarrio Member
edited March 2015 in General questions
Hi,
I've been trying to build my on plugin for the last 8 hours but can't figure out what's the problem.
I'm following this example http://appcodingeasy.com/Gideros-Mobile/Creating-plugins-for-Android-in-Gideros
When I run ndk-build I get these kind of errors:
undefined reference to 'luaL_register'
undefined reference to 'lua_getfield'
...

Can someone please help me? It's driving me crazy... I'm on windows 8.1
Do I need to install Lua?

Comments

  • It's now working. If anyone is having the same problem, what I did was add " lua" to this line of Android.mk

    LOCAL_SHARED_LIBRARIES := gideros lua
Sign In or Register to comment.