jeromexiong / audio_manager

A flutter plugin for music playback, including notification handling.
MIT License
100 stars 53 forks source link

The error of "Unable to create service cc.dync.audio_manager.MediaPlayerService" #99

Open Ali8484 opened 2 years ago

Ali8484 commented 2 years ago

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