Can I use LuaJava in an Android app?
The LuaJava project directory contains make files for Windows and Linux. It would not be so difficult to create it for Android and compile using the NDK, but I just want to know if this is possible or not.
EDIT
I use a Lua engine. I was wondering if I can call Java functions / create Java objects from Lua.
source
share