0
I’m doing the following query on android using Ormlite:
List<Mensagem> msgs = SqliteOrm.getMensagemDao(this).queryForAll();
but 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.
Someone’s been through it?