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 | 31 |
Tags
- 웹뷰
- 코루틴
- 의존성주입
- WebView
- image
- 안드로이드
- coroutine
- Kotlin
- Retrofit
- 스튜디오
- build
- 코틀린
- GIT
- 안드로이드 스튜디오
- 깃헙
- studio
- MVVM
- error
- 레트로핏
- Github
- Gradle
- 유튜브
- 안스
- Android
- viewpager
- 에러
- 안드로이드스튜디오
- ADB
- dart
- RecyclerView
Archives
- Today
- Total
목록Receiver (1)
코딩하는 일용직 노동자
IntentReceiver components are not allowed to register to receive intents
IntentReceiver components are not allowed to register to receive intents 안드로이드 프로그래밍 시, 이와 같은 오류를 만날 가능성이 있다. 이유인즉, 리시버 안에 리시버를 등록 할 수 없다는 것이다. 해결책이 있다. 넘겨주는 context의 값을 context.getApplicationContext() 로 설정 하라. 오류가 없어질 것이다.
안드로이드
2020. 4. 29. 17:41