Skip to content
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

Bug fix: permission is denied using Android 10 #169

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

scmfaria
Copy link

Fixed issue: Caused by: java.io.IOException: error = 13, Permission denied
This bug only happens on Android 10

  • Update build.gradle
  • Update androidx lib
  • Add extractNativeLibs as true to AndroidManifest.xml
  • Change location of ffmpeg and ffprobe files from: assets to: jniLibs
  • Creating a new File in nativeLibraryDir

@BilalAsif25
Copy link

BilalAsif25 commented Nov 12, 2020

Dear @scmfaria , i have checked that its working and the error is not coming again. Is it really safe to use it now on sdk 29, 30 because i was still waiting for a proper update, thanks for fixing it on your end 👍

and is it safe to upload on playstore with these commits?

@Aditya94A
Copy link

Hi @scmfaria Does this support 64 bit?

#130

@scmfaria
Copy link
Author

scmfaria commented Nov 13, 2020

Hi @scmfaria Does this support 64 bit?

#130

Hi @AdityaAnand1 I did tests on several devices and it worked normally for me :)

@scmfaria scmfaria closed this Nov 13, 2020
@scmfaria scmfaria reopened this Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants