lua-for-android icon indicating copy to clipboard operation
lua-for-android copied to clipboard

A high-performance bridge for lua and java or c in Android with mutil-thread and almost all java features supported

Results 13 lua-for-android issues
Sort by recently updated
recently updated
newest added

How to import or use static inner class like android.view.ViewGroup.LayoutParams I have try: ```lua import "android.view.ViewGroup.LayoutParams" -- showing error like "no static field LayoutParams" import "android.view.ViewGroup$LayoutParams" -- showing error like...

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

怎么导入你的项目到我的项目里呢

If i want to call a method with string parameters, such as: ```java public class DeductTest { public static void string(String param) {} } ``` and i call it in...

Hello ! Thanks for fix the issues reported before. But now with the changes you've made to the meta methods it compiles fine when applied to the original lua-ffi but...

Hello ! Testing your project with with the apk on android arm32 (nexus7) this program fail: ``` local ffi = require('ffi') local buf = ffi.new('char[256]') local c = ffi.C ffi.cdef('int...

Hello ! In file dasm_x86.lua there is an update from LuaJIT missing: ``` vroundpd_3 = "rmioy:660F3AV09rMU", vroundps_3 = "rmioy:660F3AV08rMU", ``` Is now in LuaJIT: ``` vroundpd_3 = "rmioy:660F3Au09rMU", vroundps_3 =...

Hello ! I've noticed that you did some code reformatting on some dynasm files making it a bit hard to see what you've changed when comparing with LuaJIT, was it...