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

java.lang.NoSuchMethodError: No virtual method withListener #24

Open
Erfans3 opened this issue Apr 22, 2017 · 2 comments
Open

java.lang.NoSuchMethodError: No virtual method withListener #24

Erfans3 opened this issue Apr 22, 2017 · 2 comments

Comments

@Erfans3
Copy link

Erfans3 commented Apr 22, 2017

I get this error immediately after the circular reveal completes in the emulator.
FATAL EXCEPTION: main Process: com.example.erfan.splash, PID: 7531 java.lang.NoSuchMethodError: No virtual method withListener(Lcom/nineoldandroids/animation/Animator$AnimatorListener;)Lcom/daimajia/androidanimations/library/YoYo$AnimationComposer; in class Lcom/daimajia/androidanimations/library/YoYo$AnimationComposer; or its super classes (declaration of 'com.daimajia.androidanimations.library.YoYo$AnimationComposer' appears in /data/app/com.example.erfan.splash-1/split_lib_dependencies_apk.apk:classes3.dex) at com.viksaa.sssplash.lib.activity.AwesomeSplash.startLogoAnimation(AwesomeSplash.java:169) at com.viksaa.sssplash.lib.activity.AwesomeSplash$2.onAnimationEnd(AwesomeSplash.java:156) at io.codetail.animation.SupportAnimatorLollipop$1.onAnimationEnd(SupportAnimatorLollipop.java:75) at android.view.RenderNodeAnimator.onFinished(RenderNodeAnimator.java:381) at android.animation.RevealAnimator.onFinished(RevealAnimator.java:43) at android.view.RenderNodeAnimator.callOnFinished(RenderNodeAnimator.java:488) at android.os.MessageQueue.nativePollOnce(Native Method) at android.os.MessageQueue.next(MessageQueue.java:323) at android.os.Looper.loop(Looper.java:136) at android.app.ActivityThread.main(ActivityThread.java:6119) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)
So as the error suggests, the moment the logo is about to be shown, it crashes out and gives me this error. My friend tested it and it worked fine for him, but when he tested it on my laptop with teamviewer, he had no idea what the problem is.
The error is definitely from inside the AwesomeSplash.java and I would appreciate it if you could lend me hand here.

@yusufonderd
Copy link

same error

@kiduyu-klaus
Copy link

Same error

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

3 participants