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