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
- VisualStudio
- 빌드 오류
- gradle
- 리액트
- AWS
- Git
- sourcetree
- 예제
- 뒤로가기 안됨
- bitbucket
- Android
- EC2
- aPK
- 설정
- 안드로이드
- react-native
- react
- 안됨
- Kotlin
- not working
- 인증문제해결
- git인증
- Invalid credentials
- 데이터바인딩
- 개발환경설정
- 디버깅
- flutter
- 리액트 네이티브
- 안드로이드 스튜디오
- WPF
Archives
- Today
- Total
목록cannot find symbol (1)
물에 살고싶은 개발자
error: cannot find symbol DaggerAppComponent 빌드 오류 해결하기
서론 Android 개발자들이 종종 마주치는 문제에 대해 이야기해보려 합니다. 바로 Dagger라는 의존성 주입 프레임워크를 사용하면서 발생하는 "cannot find symbol DaggerAppComponent" 오류인데요. 이 문제를 해결하는 방법을 함께 알아보도록 하겠습니다. 문제 상황 Android 프로젝트를 진행하던 중, Android Studio에서 다음과 같은 빌드 오류가 발생했습니다: C:\dev\DH-git\app\src\main\java\kr\co\nanumlotto\app\App.java:18: error: cannot find symbol import kr.co.nanumlotto.di.DaggerAppComponent; ^ symbol: class DaggerAppComponen..
Android
2023. 7. 5. 15:46