adrielcafe / AndroidAudioConverter

Convert audio files inside your Android app easily. Supported formats: AAC, MP3, M4A, WMA, WAV and FLAC.
1.33k stars 254 forks source link

FFmpeg: Exception while trying to run: [Ljava.lang.String; #48

Open 1656150492 opened 3 years ago

1656150492 commented 3 years ago

java.io.IOException: Cannot run program "/data/user/0/lala/files/ffmpeg": error=13, Permission denied

james04gr commented 2 years ago

E/FFmpeg: Exception while trying to run: [Ljava.lang.String;@8ad8590 java.io.IOException: Cannot run program "/data/user/0/com.package.name/files/ffmpeg": error=13, Permission denied

I got the same issue. Any update on this??

JemRu commented 2 years ago

I got the same issue. Any update on this????????!!!

james04gr commented 2 years ago

I think that in Android 10 and on some things change about the Internal storage permissions. Perhaps this library has not taken care of it. I personally changed the position of my files to ExternalStorage and it worked