We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
facing following issue with android 10
java.io.IOException: Cannot run program "/data/user/0/com.example.123/files/ffmpeg": error=13, Permission denied Caused by: java.io.IOException: error=13, Permission denied
The text was updated successfully, but these errors were encountered:
Hi, If someone found a solution, Please share with us.
Sorry, something went wrong.
#361 use this one https://github.com/1nikolas/ffmpeg-android-java
this is not the solution :( @krushnarathod
I solved the same problem as below. I solved the problem by using a different library.
https://github.com/tanersener/mobile-ffmpeg
No branches or pull requests
facing following issue with android 10
java.io.IOException: Cannot run program "/data/user/0/com.example.123/files/ffmpeg": error=13, Permission denied
Caused by: java.io.IOException: error=13, Permission denied
The text was updated successfully, but these errors were encountered: