请帮助我解决这些错误。我不知道问题是什么。
错误在“ 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));
}
});