AndroLua icon indicating copy to clipboard operation
AndroLua copied to clipboard

view:getClass():getName()

Open elbaro opened this issue 12 years ago • 0 comments

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?

elbaro avatar Jul 30 '12 16:07 elbaro