Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Docker
- Drive-By-Download
- pwable.kr
- 백준
- 파이썬
- cmd2
- Make sure the Cursor is initialized correctly before accessing data for it.
- 클라우드가 뭐야
- UNIQUE constraint failed
- SQLiteConstraintException
- col -1 from CursorWindow
- Couldn't read row 0
- pwnable
- pwnable.kr
- python
- kotlin
- 10814
- 페니빙
- java.lang.IllegalStateException
- 포너블
- 나이순 정렬
- tlqkf
- 블록체인
- 코틀린
- cmd1
- 6566
- 쏘큩
- 애너그램 그룹
- 액션바 필요없숴
- 클라우드란?
Archives
- Today
- Total
푸르미르
[error]Android SQLite Error : java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow. 본문
Android
[error]Android SQLite Error : java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow.
((•_•)) 2021. 1. 29. 14:49항상 오류를 해결하고 보면 내가 죄인이다.
컴퓨터는 잘못을 하지 않는다. 내가 다아아 잘못했다.
오류 트레이서:
짤린부분은,
java.lang.IllegalStateException:Couldn't read row 0, col -1 form CursorWindow. Make sure the Cursor is initialized correctly before accessing data for it.
결국 내가 table 칼럼 명을 잘못썼따. 그래서 cursor가 읽지를 못했다. 내가 죄인이다.
ColumnName을 똑바로 쓰자!
'Android' 카테고리의 다른 글
[kotlin]Navigation 바 만들기 (0) | 2021.02.05 |
---|---|
액션바 테마 있/없 (0) | 2021.02.05 |
[error]SQLiteConstraintException: UNIQUE constraint failed (0) | 2021.01.29 |
[kotlin]나만의 웹브라우저를 만들기. (0) | 2021.01.20 |
[kotlin]타이머 만들기 (2) | 2021.01.15 |