-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android Q run error error=13, Permission denied #140
Comments
did you find a solution for this issue ? |
Duplicate of #126 |
did you got the solution for this one |
Is there any solution for this? This is extremely significant. If we can't work around this, then ffmpeg is mostly dead on Android. cc @Brianvdb |
See #130 |
Its been almost 8 months, is this still not fixed yet ? |
@BilalAsif25 I am still waiting and finding... |
Apparently in Android that does not allow to execute the FFmpeg codes. Or if you need to keep running your app with API> = 29, try using this library: MobileFFmpeg Important: If you are going to use READ or WRITE permissions, don't forget to use android:requestLegacyExternalStorage="true" in your android manifest. |
Right now we can't upload to play store console if we set API Back to 28 from 29 , otherwise use the library as mentioned by @cirilobido |
Create a new resources directory in main in below hierarchy-
and to modify two methods of FIleUtils class
and also remove ffmpeg from assets. |
tried this on R android 11 still not working |
Cannot run program "/xxx/ffmpeg": error=13, Permission denied
i had do many test : at the android 9 is ok , but android 10 is error.
i think google change the "Runtime" user permission .
Can you fix this ?
The text was updated successfully, but these errors were encountered: