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
- Gradle
- studio
- error
- coroutine
- Kotlin
- 안스
- 스튜디오
- Github
- image
- 안드로이드스튜디오
- 안드로이드 스튜디오
- WebView
- 에러
- 레트로핏
- 깃헙
- 안드로이드
- MVVM
- build
- dart
- 유튜브
- ADB
- viewpager
- RecyclerView
- Android
- 코루틴
- flow
- 웹뷰
- 의존성주입
- Retrofit
- 코틀린
Archives
- Today
- Total
목록FLAG_IMMUTABLE (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