Could not allocate CursorWindow

Error -12 means cursor leak.

Try to close it:

try {....} finally {  cursor.close();}

Leave a Comment