Android按钮不起作用

时间:2014-02-23 17:33:40

标签: android xml eclipse

我已经构建了一个应用程序来读取SQLite数据库以显示学校时间表,但我的按钮不起作用;请问,有人可以查看代码,看看他们是否可以修复它?代码可在此处获取:https://github.com/Ottermad/YourTimetable。欢迎任何帮助。

1 个答案:

答案 0 :(得分:2)

一次,

从它的外观来看,
您的activty_main.xml布局有button1和button2 id(s)分配两次。更改任一组身份的名称。
关于为什么你应该/不应该这样做,检查:
http://www.intertech.com/Blog/android-layout-and-id-attribute/
http://developer.android.com/guide/topics/ui/declaring-layout.html#id

从现在起,请保持SO标准。

https://stackoverflow.com/help/how-to-ask
https://stackoverflow.com/help/mcve