오류 1
Logcat
The compiler option dagger.hilt.android.internal.projectType is not a recognized Hilt option. Is there a typo
해결 방법
project 수준의 build.gradle의 hilt 버전과 app 수준의 build.gradle의 hilt 버전을 맞춰줍니다.
오류 2
Logcat
java.lang.IllegalStateException: Given component holder class … does not implement interface dagger.hilt.internal.GenerateComponent or interface daggfer.hilt.internal.GeneratedComponentManager
해결 방법
…class 에 AndroidEntryPoint Anotation을 붙여줍니다.
'개발 과정 > 문제 해결' 카테고리의 다른 글
MotionLayout Motion Editor cannot be used 오류 해결하기 (0) | 2024.11.13 |
---|---|
Git ignore한 폴더/파일이 stage에 올라가 있을 때 없애는 법 (0) | 2024.11.12 |
안드로이드 스튜디오 에뮬레이터 Location 탭 흰화면 오류 해결하기 (0) | 2024.11.11 |
socket failed: EPERM (Operation not permitted) 오류 해결하기 (0) | 2024.11.10 |
안드로이드 스튜디오 삭제한 파일, 잘못된 덮어쓰기 복구하는 법 (0) | 2023.02.14 |