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 lower version issues with library #23

Open
argz7 opened this issue Oct 3, 2018 · 5 comments
Open

Android lower version issues with library #23

argz7 opened this issue Oct 3, 2018 · 5 comments

Comments

@argz7
Copy link

argz7 commented Oct 3, 2018

Unfortunately the library does not support versions lower than Android O (version 26)

The following are the issues why:

  1. Invoke-customs are only supported starting with Android O (--min-api 26)
  2. Static interface methods are only supported starting with Android N (--min-api 24)
@sublimator
Copy link
Owner

sublimator commented Oct 3, 2018 via email

@argz7
Copy link
Author

argz7 commented Oct 3, 2018

Yup

@sublimator
Copy link
Owner

sublimator commented Oct 3, 2018 via email

@sublimator
Copy link
Owner

sublimator commented Oct 3, 2018 via email

@argz7
Copy link
Author

argz7 commented Oct 3, 2018

Oh haha that's going to be hard work. Somehow I made it to compile, but I get the java.lang.NoClassDefFoundError, I made a separate issue

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