2013年8月8日

【note】the application has stopped unexpectable

摘要: 之前在AVD(手机同理)上运行程序时报错“the application has stopped unexpectable”。在此先列举一两个犯的错误(记不起的以后再补):1.Activity未注册解决方案:找到项目根目录下的AndroidManifest.xml,加入一行“”,这里的xxx是Activity的名字,如“.MainActivity”这里的问题还是不细心,Activity要注册这个事是基础,我也知道,还是犯了这个错误。2.imageView的onClick问题根源:Button button1 = (Button) this.findViewById(R.id.imageView 阅读全文

posted @ 2013-08-08 13:59 rub_y 阅读(300) 评论(0) 推荐(0)

导航