LuaJava for Android?

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.

+3
source share
1 answer

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

On the home page:

  • it includes LuaJava, so you can access (almost) everything that the Android API offers.
  • , , TCP, .
0

All Articles