Can't call void android.view.View.setElevation(float) on null object in lapism/SearchView
问题 I am using library lapism/SearchView (https://github.com/lapism/SearchView) in my project but I get following runtime exception only on Android 5.0: A/art: art/runtime/check_jni.cc:65] JNI DETECTED ERROR IN APPLICATION: can't call void android.view.View.setElevation(float) on null object A/art: art/runtime/check_jni.cc:65] in call to CallVoidMethodV A/art: art/runtime/check_jni.cc:65] from void android.animation.PropertyValuesHolder.nCallFloatMethod(java.lang.Object, long, float) A/art: art