これらのエラーについて教えてください。何が問題なのかわからない。
エラーは「addPreferencesFromResource」と「setOnclicklistner」にあります。
「メソッド addPreferencesFromResource(int) は型に対して定義されていません...」
addPreferencesFromResource(R.xml.settings_pref);
と
1-"The method setOnClickListener(view.setOnClickListener) in the type view is not applicable for the arguments (newDialogInterface.OnClickListner(){})"
2-"The type new Dialoginterface.OnClickListner(){} must be implement the inherited abstract method Dialoginterface.OnClickListner.OnClick(DialogInterface, Int)"
b2.setOnClickListener(new OnClickListener() {
public void onClick(View arg0) {
startActivity(new Intent(main.this, Settings.class));
}
});