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

Error Use Ognl for Android. #43

Closed
TennySky opened this issue Feb 2, 2018 · 1 comment
Closed

Error Use Ognl for Android. #43

TennySky opened this issue Feb 2, 2018 · 1 comment

Comments

@TennySky
Copy link

TennySky commented Feb 2, 2018

I want to use the OGNL on my Android Project,
and I add the dependency in my project's build.gradle.
but it throw an exception:
ognl.OgnlException: alias [java.lang.RuntimeException: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/beans/Introspector;]。
How can I solve this problem?

@lukaszlenart
Copy link
Collaborator

This is know limitation of the Android platform - the Introspector isn't available in Dalvik VM. Please read more here

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