Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

view:getClass():getName() #3

Open
elbaro opened this issue Jul 30, 2012 · 0 comments
Open

view:getClass():getName() #3

elbaro opened this issue Jul 30, 2012 · 0 comments

Comments

@elbaro
Copy link

elbaro commented Jul 30, 2012

Hi, I'm using androLua for general View widgets in android, and by just changing dot '.' to colon ':' it works well like java code.
but my lua script gets error only in getClass():getName().

Log = luajava.bindClass("android.util.Log")
function(view)
Log.d("abc",view:getClass():getName())
end

getClass() can't find getName() method. is it not possible to use 'Class' class or what's right way to use this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant