AndroLua icon indicating copy to clipboard operation
AndroLua copied to clipboard

Lua and LuaJava ported to Android

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

更新下支持吧

当lua代码出现死循环 我该怎么停止运行 这个时候button没有反应

android怎么使用import导入android包和android的jar包

在安卓端如何导入lua的标准库,如何直接执行lua文件而不是语或者函数

how can i use in android studio

Hi, Michal. I am insterested in using AndroLua. Can you give me some instructions for starting with it? Thanks. **HERNAN CANO M** Systems Analyst

Normally it works, e.g: > $ telnet localhost 3333 > > print(activity:getFilesDir()) > /data/data/sk.kottman.androlua/files But when I try to use it in around there: https://github.com/stevedonovan/AndroLua/blob/master/assets/main.lua#L18 I get an error like...

i use android studio when i try to build(gradlew assembleRelease) failed /AndroLua/app/src/main/jni/luajava/luajava.c:40:17: fatal error: lua.h: No such file or directory #include "lua.h"

LuaStateFactory.java update /* - $Id: LuaStateFactory.java,v 1.4 2006/12/22 14:06:40 thiago Exp $ - Copyright (C) 2003-2007 Kepler Project. * - Permission is hereby granted, free of charge, to any person...