错误报的是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));错了
游标没有初始化或者游标中没有数据
光看报错说你的游标没有初始化,你需要把后台打印的SQL语句拿出来才知道哪里出错
今天弄百度......
答案就在这里:Caused by: java.lang.UnsatisfiedLinkError: 错误
----------------------你好,人类,我是来自CSDN星球的问答机器人小C,以上是依据我对问题的理解给出的答案,如果解决了你的问题,望采纳。