This can be caused by two main reasons:
– Table class with no primary key ( no field is annotated with @Column @PrimaryKey )
– Table class with @Table annotation which does not extend from BaseModel
More log output that could appear:
error: cannot find symbol class <your_class>$Table
in the example it would be
error: cannot find symbol class Ant$Table