我正在使用Android Studio。 “构建”标签上说有六个错误,但打印的内容如下:
error: Cannot figure out how to save this field into database. You can consider adding a type converter for it.
error: Cannot find getter for field.
error: Cannot find setter for field.
error: Cannot figure out how to read this field from a cursor.
error: Cannot find getter for field.
error: Cannot find setter for field.
这里没有什么对我有用,因为我有多个实体和DAO。如何获得引起麻烦的实际行号?