Tencent / tinker

Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.
Other
17.15k stars 3.34k forks source link

Tinker:NoSuchMethodError #565

Closed gitee-shareware closed 7 years ago

gitee-shareware commented 7 years ago

java.lang.NoSuchMethodError: No static method closeKeybord(Landroid/view/View;)V in class Lcom/zdd/utils/APPUtils; or its super classes (declaration of 'com.zdd.utils.APPUtils' appears in /data/app/com.netschool.ui-2/base.apk:classes10.dex)

你好,我在AppUtil里写了静态的关闭软键盘的方法,在类中写了个方法去调用这个apputil.closeKeybord,切换editText焦点的时候就会报出此异常,请问如何去解决

gitee-shareware commented 7 years ago

找到问题的原因了

laoxiao79 commented 2 years ago

@SirZhao 您好,您这个问题是怎么解决的呢?我也遇到了