Cursor window allocation of 2048 kb failed appears very often

后端 未结 0 1597
后悔当初
后悔当初 2020-12-06 10:55

I have such code:

public int getExpRequirementsByLvl(int lvl) {
    int expRequired = 0;
    SQLiteDatabase db = this.getReadableDatabase();
    Cursor res =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题