-
Notifications
You must be signed in to change notification settings - Fork 840
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 API < 26的支持 #456
Comments
问题同题主 Stack trace
|
谢谢报告,我研究下 |
@killme2008 any update for this issue? |
@killme2008 gentle ping |
同样问题,不支持Android 26以下版本 MethodHandle.invoke and MethodHandle.invokeExact are only supported starting with Android O (--min-api 26) |
Hi everyone, before the origin fixes this issue, we have a temp workaround in our fork based on an old version: v5.1.4 . Hope it will be useful for someone. |
问题来源:jcasbin#264
主要问题在于26以下API不支持invokeExact(Object... args) 和invoke(Object... args)
相关问题的一些解决方案:objenesis#79
The text was updated successfully, but these errors were encountered: