AndroLua icon indicating copy to clipboard operation
AndroLua copied to clipboard

Lua 5.3.3 and LuaJava ported to Android

Results 1 AndroLua issues
Sort by recently updated
recently updated
newest added

`org.keplerproject.luajava.LuaState.pushInteger()` can not linked to the C function because the C function is not exist. So an exception will be threw: ``` java.lang.UnsatisfiedLinkError: No implementation found for void org.keplerproject.luajava.LuaState._pushInteger(org.keplerproject.luajava.CPtr, int)...