-
Notifications
You must be signed in to change notification settings - Fork 388
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
Hawk V2.0.1, illegal type variable reference #234
Comments
decision #195 (comment) |
I had the same issue, this Proguard rule had fixed my problem
|
@lemberh You saved my day. thk |
thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
java.lang.AssertionError: illegal type variable reference
at libcore.reflect.TypeVariableImpl.resolve(TypeVariableImpl.java:111)
at libcore.reflect.TypeVariableImpl.getGenericDeclaration(TypeVariableImpl.java:125)
at libcore.reflect.TypeVariableImpl.hashCode(TypeVariableImpl.java:47)
at java.util.Arrays.hashCode(Arrays.java:4074)
at com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl.hashCode(SourceFile:1)
at com.google.gson.reflect.TypeToken.(SourceFile:4)
I had this crash in release mode, when try to put ArrayList of object in hawk.
Also, i add Progaurd rules related Hawk lib
we use
Hawk: V2.0.1
Gson: V2.8.5
The text was updated successfully, but these errors were encountered: