Error:(124, 9) error: method does not override or implement a method from a supertype
问题 I'm trying to develop a complete android login registration system with PHP and MySQL from Android. If user forget his password, a new password will be send to his e-mail. I follow this tutorial. ForgetPassword email = (EditText) findViewById(R.id.forpas); forgetPassword.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { if ((name.getText().toString().trim().length() == 0) || (email.getText().toString().trim().length() == 0)) { Toast.makeText