我正试图自己调试一个问题.如果我失败,可以稍后发布;-)
我的logcat日志说明 "android.database.CursorIndexOutOfBoundsException: Index -1 requested, with a size of 2"
"android.database.CursorIndexOutOfBoundsException: Index -1 requested, with a size of 2"
我想log.v("desc", cursor)用来显示游标返回的内容.有没有办法像游标[0]那样指定一个值?
log.v("desc", cursor)
database android cursor
android ×1
cursor ×1
database ×1