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 java.lang.NoClassDefFoundError #22

Open
argz7 opened this issue Oct 3, 2018 · 0 comments
Open

Android java.lang.NoClassDefFoundError #22

argz7 opened this issue Oct 3, 2018 · 0 comments

Comments

@argz7
Copy link

argz7 commented Oct 3, 2018

I tried importing the new library to android, I fixed the gradle issues and it seems to compile alright.
But upon running, I get a java.lang.NoClassDefFoundError. I think I'm just missing something important to make it work. Any ideas?

The error is something like this:
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/ripple/encodings/addresses/Addresses;
at com.ripple.crypto.Seed.(Seed.java:18)
at com.argz.testripplenewlib.MainActivity.onCreate(MainActivity.java:25)
at android.app.Activity.performCreate(Activity.java:6975)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1213)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2770)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2892)
at android.app.ActivityThread.-wrap11(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1593)
at android.os.Handler.dispatchMessage(Handler.java:105)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6541)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)

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