You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: