I have seen that there\'s been some similar questions but the answers to those haven\'t helped me so far. The full error:
java.lang.IllegalStateExcept
I had the same problem and in my case, I changed Button in XML to android.support.v7.widget.AppCompatButton and it worked.
Button
android.support.v7.widget.AppCompatButton
Code with Error:
Fixed Code: