Android SQLite CursorWindowAllocationException crash
问题 I have a situation where my program crashes when I make a number of cursor.moveToNext() requests. The error message reads: android.database.CursorWindowAllocationException: Cursor window allocation of 2048 kb failed. # Open Cursors=773 (# cursors opened by this proc=773) at android.database.CursorWindow.<init>(CursorWindow.java:112) at android.database.CursorWindow.<init>(CursorWindow.java:100) at android.database.AbstractWindowedCursor.clearOrCreateWindow(AbstractWindowedCursor.java:198) at