別のアクティビティからボタンを編集するにはどうすればよいですか?
それは私を返します
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);