我正在尝试使用以下方法:
<TextView
android:text="@{viewmodel.student.id.toString}" />
<TextView
android:text="@{viewmodel.student.family.toString}" />
<TextView
android:text="@{viewmodel.student.id.toString}"/>
我正在使用与OpenCV Documentation中的OpenCV文档相同的代码。 我遇到以下错误:
不知道如何处理。我一直在寻找解决方案,但找不到任何东西。