gpt4 book ai didi

java - 在 Java 中使用 Android TextView 时出错

转载 作者:行者123 更新时间:2023-11-29 22:12:20 26 4
gpt4 key购买 nike

<分区>

我很确定 switch 语句的这一部分有问题,但我很困惑,我只需要有人检查一下。

switch(buttonId)
{
/* LOTS OF CASES HERE */
default:
case R.id.goButton:
TextView rootNum = (TextView)findViewById(R.id.otherView);
String rootDone = rootNum.getText().toString();
it = Integer.parseInt(rootDone);
break;
}

你能看出什么不对吗?

更新

抱歉没有发布日志,我虽然问题很明显,但似乎并非如此。

这是两个 logcat 错误:

java.lang.IllegalStateException: Could not find a method RootMe(View) in the activity class root.me.RootMeActivity for onClick handler on view class android.widget.Button with id 'goButton'

Caused by: java.lang.NoSuchMethodException: RootMe [class android.view.View]

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