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

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

Open
aliraza96 opened this issue May 12, 2020 · 5 comments
Open

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

aliraza96 opened this issue May 12, 2020 · 5 comments

Comments

@aliraza96
Copy link

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
Copy link

rafagan commented Jun 18, 2020

I'm also experiencing the same problem

@jhui20130703
Copy link

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

@rafagan
Copy link

rafagan commented Jul 23, 2020 via email

@PDharam
Copy link

PDharam commented Sep 8, 2020

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

@Wisdozzh
Copy link

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

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

No branches or pull requests

5 participants