android.database.CursorIndexOutOfBoundsException: Index -1 requested, with a size of 14

    当我只删除数据库中的一条数据时,报了一下错误:

02-09 11:03:43.970 6556-6556/com.aabao.adnroid E/AndroidRuntime: FATAL EXCEPTION: main
                                                                 android.database.CursorIndexOutOfBoundsException: Index -1 requested, with a size of 14
                                                                     at android.database.AbstractCursor.checkPosition(AbstractCursor.java:424)
                                                                     at android.database.AbstractWindowedCursor.checkPosition(AbstractWindowedCursor.java:136)
                                                                     at android.database.AbstractWindowedCursor.getString(AbstractWindowedCursor.java:50)
                                                                     at com.aabao.adnroid.fragment.MPFragment.onClick(MPFragment.java:363)
                                                                     at android.view.View.performClick(View.java:4204)
                                                                     at android.view.View$PerformClick.run(View.java:17355)
                                                                     at android.os.Handler.handleCallback(Handler.java:725)
                                                                     at android.os.Handler.dispatchMessage(Handler.java:92)
                                                                     at android.os.Looper.loop(Looper.java:137)
                                                                     at android.app.ActivityThread.main(ActivityThread.java:5041)
                                                                     at java.lang.reflect.Method.invokeNative(Native Method)
                                                                     at java.lang.reflect.Method.invoke(Method.java:511)
                                                                     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
                                                                     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
                                                                     at dalvik.system.NativeStart.main(Native Method)

CursorIndexOutOfBoundsException: Index -1 requested, with a size of 14  意思是Cursor标记越界异常:index位-1,有14条数据

显然 index = -1是没有数据的,Cursor是从index = -1开始的,一般遍历数据库会用到Cursor.moveToNext() 方法,当有下一条数据的时候才会使用Cursor

知道了原理就好说了,得到一条数据时调用moveToNext()方法就可以啦

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值