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 10 support (SDK 29) - get error when saving an image #192

Open
eliadAfeka opened this issue Aug 4, 2020 · 2 comments
Open

android 10 support (SDK 29) - get error when saving an image #192

eliadAfeka opened this issue Aug 4, 2020 · 2 comments

Comments

@eliadAfeka
Copy link

hi,

when setting "android-targetSdkVersion" to 29, the plugin will not work on Android 10.
can you please fix the issue?

we will get EACCESS permission error

@Sunny41
Copy link

Sunny41 commented Sep 7, 2020

I am also getting the ENOENT File not found error.
only on Android 10 :(

@drop0118
Copy link

drop0118 commented Dec 4, 2020

Add this in config.xml
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application" xmlns:android="http://schemas.android.com/apk/res/android"> <application android:requestLegacyExternalStorage="true" /> </edit-config>
I solved it after adding this code

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

3 participants