반응형
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
- 시뮬레이션
- 맵
- 백준
- 분할정복
- 안드로이드
- dp
- BFS
- c++풀이
- map
- 브루트포스
- 코딩테스트
- 풀이
- 그래프
- 자료 구조
- 파이어스토어
- 다이나믹 프로그래밍
- 에러
- 백트래킹
- 파이어베이스
- 코드트리 조별과제
- 코틀린
- dfs
- 코드트리조별과제
- c++
- 코드트리
- 그래프 이론
- 다익스트라
- 멀티맵
- 그래프 탐색
- 문자열
Archives
- Today
- Total
Kangho_Story
[안드로이드 코틀린 Kotlin] If parameterised constructors are defined explicitly in a program the Java compiler doesn't insert the implicit default constructor. 에러 해결 본문
Android
[안드로이드 코틀린 Kotlin] If parameterised constructors are defined explicitly in a program the Java compiler doesn't insert the implicit default constructor. 에러 해결
캉호 2024. 5. 5. 00:41728x90
반응형
파이어베이스 파이어스토어에서 커스텀 객체 타입으로 데이터를 가져오려는데 If parameterised constructors are defined explicitly in a program the Java compiler doesn't insert the implicit default constructor. 에러가 발생했다.
해결법은 간단하다 데이터 클래스에 모두 초기값을 정해주면 된다.
이렇게 정해주면 오류 없이 잘 실행된다.
끝!
728x90
반응형
'Android' 카테고리의 다른 글
Comments