Android.widget,textView cannot be cast to android.widget,button

前端 未结 11 614
你的背包
你的背包 2020-12-08 05:01

I keep getting a runtime error when launching my activity and it says android.widget.textview cannot be cast to android.widget.button?

XML:



        
11条回答
  •  离开以前
    2020-12-08 05:20

    In Eclipse go to Project > Clean, choose your project, and it's all... Your app will run normally...

提交回复
热议问题