FabTransitionLayout icon indicating copy to clipboard operation
FabTransitionLayout copied to clipboard

java.lang.NoSuchMethodError:

Open AlexandruDev opened this issue 8 years ago • 2 comments

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!

AlexandruDev avatar Dec 03 '16 15:12 AlexandruDev

That doesn't fix the problem, at least for me.

wurstnudl avatar Feb 08 '17 09:02 wurstnudl

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!

Spettacolo83 avatar Nov 01 '18 13:11 Spettacolo83