-
Notifications
You must be signed in to change notification settings - Fork 570
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
NoSuchMethodError for java.lang.Constructor#getParameterCount #2876
Comments
Thanks! Do you think you could make a new Android sample with API levels to 25 or less? |
Can do, but can you clarify what you're asking for? Do you mean something in the |
Yes. For instance, make a new module copying android-app-kotlin-sample and add some code serializing/deserializing json to call the code you mentioned above |
I put up a PR #2881 - let me know if that's what you're looking for |
This method was not added until Java 8, and thus is not available on Android API levels lower than 26:
I'm happy to put up a PR with a fix, but am curious to know what an appropriate test would look like given that there aren't currently any JDK-specific or Android-specific tests already in the codebase.
The text was updated successfully, but these errors were encountered: