为什么我的changepassword的布局确认按钮的点击事件报错

来源:3-6 修改密码功能(下)

慕九州9574111

2019-07-05 15:49


Corresponding method handler 'public void onChangePasswordClick(android.view.View)' not found less... (Ctrl+F1) 

Inspection info:The onClick attribute value should be the name of a method in this View's context to invoke when the view is clicked. This name must correspond to a public method that takes exactly one parameter of type View.  Must be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character.  Issue id: OnClick.


找不到相应的方法处理程序“public void onchangePasswordClick(android.view.view)”…(Ctrl+F1)

检查信息:onclick属性值应该是此视图上下文中要在单击视图时调用的方法的名称。此名称必须与只接受一个类型为View的参数的公共方法相对应。必须是字符串值,使用'\;'来转义Unicode字符的字符,如'\n'或'\uxxxx'。问题ID:onclick


写回答 关注

3回答

  • 慕勒9569729
    2019-08-02 14:42:04
    已采纳

    在activity中声明onChangePasswordClick,并且是public方法

  • 慕丝5505616
    2019-11-29 19:07:17

    我也有这个问题,是怎么回事呢


  • 慕九州9574111
    2019-08-02 15:12:00

    已经做完啦!谢谢哦

我的云音乐(三)

高仿网易云音乐,从零开始开发一款专属自己的音乐APP。

4367 学习 · 29 问题

查看课程

相似问题