查找某app里根据className找控件时,使用find()出错


var c = className("android.widget.TextView").find();
报错后基本就崩溃了。我想找到所有的匹配控件,有大佬帮忙解决吗?

你有console.log(c)不