Is it possible to use LuaJava in an android application?
The LuaJava project directory contains makefiles for Windows and Linux. It wouldn't be too difficult to create one for Android and compile using NDK, but I just want to know whether it is feasible or not.
EDIT I am using a Lua engine. I was wondering if I can call Java functions/create Java objects from Lua.