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

不能运行,大神求解

public class MainActivity extends ActionBarActivity implements OnCheckedChangeListener {

private ToggleButton tButton;

private ImageButton imageButton;

    //初始化控件

        tButton=(ToggleButton)findViewById(R.id.toggleButton1);

        imageButton=(ImageButton)findViewById(R.id.imageView1);

        /*

         * 给当前的tButton设置监听器

         */

        tButton.setOnCheckedChangeListener(this);


@Override

public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {

/*

*  TODO 当tButton被点击的时候,当前方法会执行

*buttonView---代表被点击的状态

*isChecked---代表被点击的控件状态

*当点击tButton的时候,更换imagButton的背景

*/

imageButton.setBackgroundResource(isChecked?R.drawable.off:R.drawable.on);



正在回答

3 回答

你看看引入的SDK是什么版本  

ActionBarActivity 是2.x

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

【我也是同样的问题,就是现实有错误,但是没有具体显示在哪里

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

Activity文件里面有imageButton吗

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

qq_螃蟹的诱惑_0

我也出现了不能运行的问题,也没有提示代码错误,就是在模拟器上面打不开,提示 Unfortunately xxx has stopped
2015-10-14 回复 有任何疑惑可以回复我~
#2

qq_螃蟹的诱惑_0

里面不是就只用到了 ImageView 和toggleButton 吗,没有用到imagebutton吧
2015-10-14 回复 有任何疑惑可以回复我~

举报

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

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

进入课程

不能运行,大神求解

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