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 |
Tags
- GIT
- Android
- ADB
- image
- 에러
- WebView
- 안스
- 안드로이드
- 안드로이드 스튜디오
- 레트로핏
- 코루틴
- build
- 유튜브
- 의존성주입
- Github
- 코틀린
- 스튜디오
- Retrofit
- Kotlin
- viewpager
- 안드로이드스튜디오
- 웹뷰
- 깃헙
- dart
- RecyclerView
- coroutine
- error
- MVVM
- Gradle
- studio
Archives
- Today
- Total
목록FLAG_MUTABLE (1)
코딩하는 일용직 노동자
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
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..
안드로이드
2022. 7. 7. 22:17