Could not allocate CursorWindow

后端 未结 3 1195
走了就别回头了
走了就别回头了 2020-12-06 01:33

I\'m operating on an SQLite3 database in my android app. I just read from the pre populated database that has 200k rows and 14 columns. Entries are words. Datatype

3条回答
  •  萌比男神i
    2020-12-06 01:52

    I was quering in a loop. And closing the cursor inside the loop and not outside solved the problem.

提交回复
热议问题