traex / RippleEffect

Implementation of Ripple effect from Material Design for Android API 9+
MIT License
4.92k stars 1.08k forks source link

java.lang.IllegalStateException: Underflow in restore - more restores than saves #98

Open huangyuan1113 opened 8 years ago

huangyuan1113 commented 8 years ago

android 6.0.1 Mi Note

jermeyyy commented 8 years ago

Same on Moto X Force 6.0.1

ClarkXP commented 8 years ago

All devices running Android 6.0 are crashing

Khang-NT commented 8 years ago

Same with my problem in Android 6.0

stroem commented 8 years ago

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

stroem commented 8 years ago

Workaround until bug is fixed

repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
    compile 'com.github.Hitta:RippleEffect:82cf00e551'
}
cocolove2 commented 8 years ago

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.
forever4313 commented 8 years ago

same issue on android 6.0 nexus 6p

mnafian commented 8 years ago

same issue on android 6.0 on genymotion..

EricMo commented 8 years ago

the same issue on android 6.0 on MI5

giffell commented 8 years ago

i got it too. Please fix it. Thanks

rupakanto commented 7 years ago

Is there any progress made on this ?

patrickpissurno commented 7 years ago

Here, try this fixed version: https://github.com/patrickpissurno/RippleEffect/