Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- kotlin
- 네트워크
- 군대에서 안드로이드 개발
- DataBinding
- Rest
- Di
- 디버깅 오류
- intArray
- interface
- Android
- 군대 개발
- Encoding
- BindingAdapter
- 군대 깃허브
- android 오류
- Status Bar
- log
- RETROFIT
- multipart
- apollo
- okhttp
- 군대개발
- 오류
- 군대 github
- text
- android studio cloud
- Compose
- REST API
- Log잘림
- 뷰 겹침
Archives
- Today
- Total
KDY
Android 오류 kotlin.NotImplementedError: An operation is not implemented: not implemented 본문
Android 오류
Android 오류 kotlin.NotImplementedError: An operation is not implemented: not implemented
daeyeong 2022. 3. 23. 18:10kotlin.NotImplementedError: An operation is not implemented: not implemented
사진과 같이 override문의 TODO문을 지우지 않으면 발생하는 오류이다.
해결법 : TODO문자를 지우면 정상적으로 작동합니다.