カテゴリー:
エラー
閲覧数:572 配信日:2013-07-20 09:00
エラーメッセージ
monthButton を変数に解決できません
エラー発生箇所
monthButton = (Button)this.findViewById(R.id.monthButton);
対応
・変数を定義
/* 変数の定義 */
private Button monthButton;
個人的な調査
monthButton = (Button)this.findViewById(R.id.monthButton);
/* 変数の定義 */
private Button monthButton;