FirebaseRecyclerAdapter Give NoSuchMethodException If Build using Release Keystore
问题 I know from https://github.com/firebase/FirebaseUI-Android/issues/46, to fix NoSuchMethodException : make sure that your TaskViewHolder class is public if your TaskViewHolder is an inner class of e.g. your activity, make sure it's static The solution is worked only if I build the app using debug keystore. But after I build the app using release keystore, I still get NoSuchMethodException. minifyEnabled=false Tested on Android One Marshmallow Mito A10, Honor 6 and marsmallow emulator Stack