Unable to start activity ComponentInfo{cn.tcjt.play/cn.tcjt.play.MainActivity}:android.view.InflateException:Binary XML file line #23:Error inflating class android.widget.ImageButton
Log上看是你xml里解析到这里出错了,你先看看你的xml文件.
如果确认没错,也许是Eclipse或你编译的时候编译没有同步,刷新下项目再编译一次