Open aliraza96 opened 4 years ago
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 notifications@github.com Sent: Thursday, July 23, 2020 12:29:55 AM To: adrielcafe/AndroidAudioConverter AndroidAudioConverter@noreply.github.com Cc: Ráfagan Abreu rafagansa@outlook.com; Comment comment@noreply.github.com 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 GitHubhttps://github.com/adrielcafe/AndroidAudioConverter/issues/37#issuecomment-662801896, or unsubscribehttps://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. From the issuetracker: https://issuetracker.google.com/issues/128554619
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?