Evolintion 2016-05-04 01:48 采纳率: 0%
浏览 17237

Caused by: java.lang.IllegalStateException错误

错误报的是Caused by: java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it.
说是代码:String time = cursor.getString(cursor.getColumnIndex(DBConfig.CinemaTime.CINEMATIME_TIME));错了

  • 写回答

3条回答 默认 最新

  • little_how 2016-05-04 01:56
    关注

    游标没有初始化或者游标中没有数据

    评论

报告相同问题?