I'm doing the following query on android using OrmLite:
List<Mensagem> msgs = SqliteOrm.getMensagemDao(this).queryForAll();
however I'm getting the error below:
Couldn't read row 0, col 0 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it.
Has anyone ever been through this?