adrielcafe / AndroidAudioConverter

Convert audio files inside your Android app easily. Supported formats: AAC, MP3, M4A, WMA, WAV and FLAC.
1.33k stars 254 forks source link

Android Q(10) Error. error=13, Permission denied #37

Open aliraza96 opened 4 years ago

aliraza96 commented 4 years ago

Since Android 10, this error is coming when trying to convert

Screenshot 2020-05-12 at 12 53 09 PM

Can anyone help me with this?

rafagan commented 4 years ago

I'm also experiencing the same problem

jhui20130703 commented 4 years ago

I encountered the same problem as you, have you solved it?

rafagan commented 4 years ago

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.

PDharam commented 3 years ago

I faced the same issue. Have you planned to resolved it.

Wisdozzh commented 3 years ago

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