android java.lang.IllegalStateException: Couldn't read row 0, col 0 from CursorWindow
问题 I am developing an application which download some files and save their text in file_content field to database. The file sizes can vary from some KBs to 10 MB. The app works for all sizes while saving. The problem occurs when using select statement on long file_content records. It gives java.lang.IllegalStateException: Couldn't read row 0, col 0 from CursorWindow when fetching such rows. Are there any limits on field content size? If so, then why it is letting us to save and giving error