gpt4 book ai didi

java - 安卓 : Cannot cast from View to Button

转载 作者:太空狗 更新时间:2023-10-29 15:31:31 25 4
gpt4 key购买 nike

我刚开始使用 Android,但似乎遇到了一个我根本找不到答案的问题。我在这一行收到错误“无法从 View 转换到按钮”:

Button myButton = (Button)findViewById(R.id.my_button);

我已经尝试了很多不同的方法来让它继续运行,并且我已经在寻找答案,但由于某种原因它就是拒绝正常工作。如果有人能指出我正确的方向,我将不胜感激。

提前致谢。

最佳答案

试试这个,

android.widget.Button myButton = (android.widget.Button)findViewById(R.id.my_button); 

关于java - 安卓 : Cannot cast from View to Button,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2805983/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com