일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 안스
- 코틀린
- RecyclerView
- 유튜브
- 코루틴
- 안드로이드 스튜디오
- 의존성주입
- 안드로이드스튜디오
- coroutine
- error
- Retrofit
- ADB
- build
- 스튜디오
- Github
- Android
- 웹뷰
- Kotlin
- flow
- image
- 에러
- 레트로핏
- Gradle
- studio
- dart
- WebView
- viewpager
- MVVM
- 깃헙
- 안드로이드
- Today
- Total
목록android12 (2)
코딩하는 일용직 노동자
targetSdk버전을 32로 바꾸니 못보던 에러메세지를 보게 되었습니다. Caused by: java.lang.IllegalArgumentException: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies o..

안드로이드 스튜디오의 새로운 버전인 Arctic Fox 를 설치했습니다. 그러니 gradle 7.0 을 설치하라고 해서 설치하고 JDK 11 버전이 필요하다고 해서 겨우겨우 설치했습니다. 간신히 빌드를 하려는데 처음보는 에러가 발생했습니다. Manifest merger failed : android:exported needs to be explicitly specified for . Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://devel..