Replies: 1 comment
-
When you use a I think something like this should work: Integer x = (Integer)lua.execute("local x = 5*5; return x")[0].toJavaObject() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
for example, I have lua code
how to get
x
from java and displaying to android textviewBeta Was this translation helpful? Give feedback.
All reactions