gpt4 book ai didi

android - 无法调度 DDM block 52454151 : no handler defined error

转载 作者:行者123 更新时间:2023-11-30 04:37:26 25 4
gpt4 key购买 nike

此代码无法正常工作。

  Button button = (Button)findViewById(R.id.button_start);
button.setOnClickListener(new OnClickListener() {

@Override
public void onClick(View v) {
// TODO Auto-generated method stub
Intent intent = new Intent(TestActivity.this,Lession1.class);
startActivity(intent);
}
});

    public void onClick(View v) {
// TODO Auto-generated method stub
Intent intent = new Intent(Lession1.this,TestActivity.class);
startActivity(intent);
}
});

错误:无法分派(dispatch) DDM block 52454151:没有处理程序定义错误

最佳答案

你创建了两个应用程序,它不能互相调用。如果您想创建 Activity 1 到 2,您必须使用 onResume() 方法退出该 Activity 。

关于android - 无法调度 DDM block 52454151 : no handler defined error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6596258/

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