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

Android: ParameterizedTypeImpl not found #55

Closed
repfuesch opened this issue Feb 9, 2017 · 1 comment
Closed

Android: ParameterizedTypeImpl not found #55

repfuesch opened this issue Feb 9, 2017 · 1 comment

Comments

@repfuesch
Copy link

In the android library, I get the exception:
java.lang.NoClassDefFoundError: Failed resolution of: Lsun/reflect/generics/reflectiveObjects/ParameterizedTypeImpl in the class "org.web3j.abi.TypeReference"

It seems that the class does not reference the correct implementation of "ParameterizedType". I think the correct class in android is "libcore.reflect.ParameterizedTypeImpl"

Best regards

@conor10
Copy link
Contributor

conor10 commented Feb 10, 2017

This should be addressed in the 2.0 Android release which I'm about to get out - see the following PR https://github.com/web3j/web3j/pull/46/files.

Please reopen this issue if you still encounter the problem.

@conor10 conor10 closed this as completed Feb 10, 2017
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