I\'m trying to get my application to save some data when the orientation of the screen is changed using the onSaveInstanceState to save a boolean value mC
onSaveInstanceState
mC
I had the same error. The solution to the error is to disable the Proguard in build.gradle file.
debug { minifyEnabled false }