已采纳回答 / 11111
<...code...><...code...>可以用Log这个类的某些方法(如Log.i) 往LogCat中打印数据,一般调试用。Log.i 的 i 就是 info 的意思,可以理解成 message 的 level
2015-02-20
最新回答 / 荆云墨
仔细看看前面真的是bt0=(Button) findViewById(R.id.button_0); bt1=(Button) findViewById(R.id.button_1);bt2=(Button) findViewById(R.id.button_2);这样写的?如果你的layout文件夹里的xml里的ID都写的一样,而findViewById()里面都写的一样,就会导致你这样报错
2015-02-15