问题描述
- 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));错了
解决方案
今天弄百度......
答案就在这里:Caused by: java.lang.UnsatisfiedLinkError: 错误
解决方案二:
游标没有初始化或者游标中没有数据
解决方案三:
光看报错说你的游标没有初始化,你需要把后台打印的SQL语句拿出来才知道哪里出错
时间: 2025-01-02 09:35:39