RippleEffect
RippleEffect copied to clipboard
java.lang.IllegalStateException: Underflow in restore - more restores than saves
android 6.0.1 Mi Note
Same on Moto X Force 6.0.1
All devices running Android 6.0 are crashing
Same with my problem in Android 6.0
Duplicate to https://github.com/traex/RippleEffect/issues/76 https://github.com/traex/RippleEffect/issues/90 https://github.com/traex/RippleEffect/issues/81
Possible fix: https://github.com/traex/RippleEffect/issues/81#issuecomment-151215233
Workaround until bug is fixed
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.Hitta:RippleEffect:82cf00e551'
}
dependencies { compile 'com.github.traex.rippleeffect:library:1.3' }
i use this in my build.gradle,it has the same problem with android 6.0,but when i use source code ,it not problem,so i think it not update in jctener.
same issue on android 6.0 nexus 6p
same issue on android 6.0 on genymotion..
the same issue on android 6.0 on MI5
i got it too. Please fix it. Thanks
Is there any progress made on this ?
Here, try this fixed version: https://github.com/patrickpissurno/RippleEffect/