我想用下面的代码读取XML文件,但是XML文件没有传递给changePasswordDialog = new Dialog(MainActivity.this);
changePasswordDialog.setContentView(R.layout.activity_second_activity);
editText2 = changePasswordDialog.findViewById(R.id.changePassword);
函数并加载错误函数。请帮我为什么不能成功工作。
parsexml
我的代码有什么问题?