为了账号安全,请及时绑定邮箱和手机立即绑定

bt1=(Button) findViewById(R.id.button1); 实现这个实例化得时候出现:Unreachable code

public boolean onCreateOptionsMenu(Menu menu) {

// Inflate the menu; this adds items to the action bar if it is present.

getMenuInflater().inflate(R.menu.main, menu);

return true;

bt1=(Button) findViewById(R.id.button1);

这里出现:Unreachable 的错误  这是怎么回事儿。

}


正在回答

2 回答

这个涉及到activity得周期的知识,如果你搞懂了你就知道为什么要写在onCreate方法里面

0 回复 有任何疑惑可以回复我~

你好。这个初始化时写在public boolean onCreate 中的~不是public boolean onCreateOptionsMenu中哦、

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第一门课(入门篇)
  • 参与学习       312584    人
  • 解答问题       4633    个

想快速掌握Android应用开发基础,选择学习这门课程就对了。

进入课程

bt1=(Button) findViewById(R.id.button1); 实现这个实例化得时候出现:Unreachable code

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信