【发布时间】:2012-05-21 12:12:22
【问题描述】:
如何从另一个 Activity 编辑按钮?
它返回给我一个
java.lang.IllegalStateException: Could not execute method of the activity
Caused by: java.lang.NullPointerException
当我想要时
getButton.setEnabled(false);
在哪里
Button getButton = (Button)findViewById(R.id.buttonGet);
【问题讨论】:
标签: android button android-activity