LuaJava for Android?

1.7k Views Asked by At

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.

1

There are 1 best solutions below

0
On

You can start with AndroLua: https://github.com/mkottman/AndroLua

From the homepage:

  • it includes LuaJava, so you can access (almost) everything the Android API provides
  • because writing code on the soft keyboard can be hard, you can connect to it using TCP an upload code from your computer