-
-
Notifications
You must be signed in to change notification settings - Fork 254
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(10) Error. error=13, Permission denied #37
Comments
I'm also experiencing the same problem |
I encountered the same problem as you, have you solved it? |
No, I’ve integrated ffmpeg in ndk and did the conversion by my own
Ráfagan Abreu
…________________________________
From: Mr.Liu <[email protected]>
Sent: Thursday, July 23, 2020 12:29:55 AM
To: adrielcafe/AndroidAudioConverter <[email protected]>
Cc: Ráfagan Abreu <[email protected]>; Comment <[email protected]>
Subject: Re: [adrielcafe/AndroidAudioConverter] Android Q(10) Error. error=13, Permission denied (#37)
I encountered the same problem as you, have you solved it?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#37 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AARQNOMWAGZFQIRSWTMCILLR46VDHANCNFSM4M6SWVYQ>.
|
I faced the same issue. Have you planned to resolved it. |
From Android Q onwards, you cannot execute binaries in your app's private data directory. Change only on Build.gradle file targetSdkVersion 29 to 28 and Re-Install your app on your device - It is resolved your permission issue for temporary because of the targetSdkVersion 29 is required platform for released build on play store so I suggest to you use this library |
Since Android 10, this error is coming when trying to convert
Can anyone help me with this?
The text was updated successfully, but these errors were encountered: