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

Register Button Not working #43

Open
JAICHANGPARK opened this issue Jul 21, 2018 · 1 comment
Open

Register Button Not working #43

JAICHANGPARK opened this issue Jul 21, 2018 · 1 comment

Comments

@JAICHANGPARK
Copy link

I added

dependencies {
	    implementation ('com.github.ozodrukh:CircularReveal:2.0.1@aar') {
	        transitive = true;
	    }
	}

and when I Clicked Register Button
App was crashed


java.lang.NoSuchMethodError: No static method createCircularReveal(Landroid/view/View;IIFF)Lio/codetail/animation/SupportAnimator; in class Lio/codetail/animation/ViewAnimationUtils; or its super classes (declaration of 'io.codetail.animation.ViewAnimationUtils' appears in /data/app/com.dreamwalker.diabetesfits-1/split_lib_dependencies_apk.apk)
        at shem.com.materiallogin.MaterialLoginView.getCircularRevealAnimation(MaterialLoginView.java:189)
        at shem.com.materiallogin.MaterialLoginView.access$400(MaterialLoginView.java:40)
        at shem.com.materiallogin.MaterialLoginView$3.onAnimationStart(MaterialLoginView.java:156)
        at android.view.animation.Animation$1.run(Animation.java:367)
        at android.os.Handler.handleCallback(Handler.java:751)
        at android.os.Handler.dispatchMessage(Handler.java:95)
        at android.os.Looper.loop(Looper.java:154)
        at android.app.ActivityThread.main(ActivityThread.java:6776)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1496)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1386)

@shem8
Copy link
Owner

shem8 commented Jul 22, 2018

Are you sure you're using the latest version (2.1.0)?

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