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

Support for Android SDK 33 #265

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

tomaszpaczesny
Copy link

@tomaszpaczesny tomaszpaczesny commented Aug 26, 2023

Fixes build issue (compat library dependencies) and permissions issue
#264

Requires target SDK 33 or newer.

@Cap-7
Copy link

Cap-7 commented Sep 17, 2023

Tried this fork, but getting error on building the app,
error: cannot find symbol new String[] {Manifest.permission.READ_MEDIA_IMAGES},
symbol variable READ_MEDIA_IMAGES
location: class permission.

@tomaszpaczesny
Copy link
Author

Tried this fork, but getting error on building the app, error: cannot find symbol new String[] {Manifest.permission.READ_MEDIA_IMAGES}, symbol variable READ_MEDIA_IMAGES location: class permission.

@Cap-7 It requires target SDK 33 or newer. This is currently required target SDK for Google Play and it contains those new permissions definitions.

@Cap-7
Copy link

Cap-7 commented Sep 17, 2023

Tried this fork, but getting error on building the app, error: cannot find symbol new String[] {Manifest.permission.READ_MEDIA_IMAGES}, symbol variable READ_MEDIA_IMAGES location: class permission.

@Cap-7 It requires target SDK 33 or newer. This is currently required target SDK for Google Play and it contains those new permissions definitions.

Hi I am using it in an ionic project, as part of a mail from google play store, i made the targetSdkversion to 33 in my config.xml file, then I found that telerik image picker was not working, thats y i used this fork, then only i am getting this error on taking build.
Please help me through this as I have production in the coming October

@joaolori
Copy link

@tomaszpaczesny this appears not working, tested in multiple Android devices running Android 13.

Any ideas?

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

Successfully merging this pull request may close these issues.

3 participants