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

Base64 not found #60

Open
mingzhixian opened this issue Jun 21, 2023 · 1 comment
Open

Base64 not found #60

mingzhixian opened this issue Jun 21, 2023 · 1 comment

Comments

@mingzhixian
Copy link

error:
java.lang.NoClassDefFoundError: Failed resolution of: Ljava/util/Base64;

Looks like java.util.Base64 is only available on Android starting with API level 26. On older Android versions we'd need to use android.util.Base64

@bartekpacia
Copy link
Member

We could also use base64 from Kotlin's stdlib.

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

2 participants