You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi...
I'd got the error below which lead to crash the application
E/AndroidRuntime( 2016): java.lang.RuntimeException: Unable to create service cc.dync.audio_manager.MediaPlayerService: java.lang.IllegalArgumentException: com.ali.kamil_kashash: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
I tried to add
implementation 'androidx.work:work-runtime-ktx:2.7.1'
but the error still and the application crash
The text was updated successfully, but these errors were encountered:
Ali8484
changed the title
The error PendingIntent
The error of "Unable to create service cc.dync.audio_manager.MediaPlayerService"
May 24, 2022
Hi...
I'd got the error below which lead to crash the application
E/AndroidRuntime( 2016): java.lang.RuntimeException: Unable to create service cc.dync.audio_manager.MediaPlayerService: java.lang.IllegalArgumentException: com.ali.kamil_kashash: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
I tried to add
implementation 'androidx.work:work-runtime-ktx:2.7.1'
but the error still and the application crash
The text was updated successfully, but these errors were encountered: