FabTransitionLayout
FabTransitionLayout copied to clipboard
java.lang.NoSuchMethodError:
This is what I'm getting on pre lollipop devices:
java.lang.NoSuchMethodError: io.codetail.animation.ViewAnimationUtils.createCircularReveal
The reason: you're using an old version compile 'com.github.ozodrukh:CircularReveal:1.3.1'
,which is bugged.
Using the latest version will solve the issue: 'com.github.ozodrukh:CircularReveal:2.0.1'
Please update the library, Thank you!
That doesn't fix the problem, at least for me.
I confirm that updating CircularReveal to 2.0.1 does not fix the problem. I'm going to disable it if on pre lollipop devices. Hope you will fix it soon!