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

NoSuchMethodException in EnumTypeInt #21

Open
sprimgupta opened this issue Aug 11, 2018 · 0 comments
Open

NoSuchMethodException in EnumTypeInt #21

sprimgupta opened this issue Aug 11, 2018 · 0 comments

Comments

@sprimgupta
Copy link

I am using below as progaurd settings
-dontwarn me.everything.providers.android.**
-keep class me.everything.providers.core.** { *; }

Still i am getting error

E/me.everything.providers.core.Entity: field=f
java.lang.NoSuchMethodException: fromVal [int]
at java.lang.Class.getMethod(Class.java:2068)
at java.lang.Class.getMethod(Class.java:1690)
at me.everything.providers.core.Entity.create(Entity.java:221

Please help i am stuck with this.

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

1 participant