VelocityTracker causes crash on Android 4.4
问题 In my app I have a custom implementation of a drawer layout. It works fine on Android 2.3 & 4.0.4 but on Android 4.4 it crashes almost every time I open or close the drawer. Here is the error log : E/AndroidRuntime( 9839): FATAL EXCEPTION: main E/AndroidRuntime( 9839): Process: com.andryr.launcher, PID: 9839 E/AndroidRuntime( 9839): java.lang.IllegalStateException: Already in the pool! E/AndroidRuntime( 9839): at android.util.Pools$SimplePool.release(Pools.java:112) E/AndroidRuntime( 9839):