How to solve error: Could not find method onClick(View) in a parent or ancestor Context for android:onClick

后端 未结 5 1257
太阳男子
太阳男子 2020-12-20 19:27

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

5条回答
  •  不知归路
    2020-12-20 19:57

    I had the same problem and in my case, I changed Button in XML to android.support.v7.widget.AppCompatButton and it worked.

    Code with Error:

     

    Fixed Code:

     
    

提交回复
热议问题