jeromexiong / audio_manager

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

'void android.media.MediaPlayer.start()' on a null object reference when trying to play local files #37

Closed papaibsow closed 3 years ago

papaibsow commented 4 years ago

I/flutter ( 7308): status false I/flutter ( 7308): AudioManagerEvents.start, AudioInfo{url: file:///storage/emulated/0/Android/data/com.mouridepro.android/files/mesaudios/Ahaazanil Baaqii.aac, title: Ahaazanil Baaqii, desc: enregistrement} I/flutter ( 7308): start load data callback, curIndex is 0 V/AudioManagerPlugin( 7308): --stop I/flutter ( 7308): Attempt to invoke virtual method 'void android.media.MediaPlayer.start()' on a null object reference

jeromexiong commented 4 years ago

Are you sure the file exists?

papaibsow commented 4 years ago

Yes of course

-- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus

skabirgithub commented 3 years ago

How did you fix?