Android bugs——NoSuchFieldError: No static field btn_press3 of type I in class Lcom/hyphenate/helpdes

Error:

Caused by: java.lang.NoSuchFieldError: No static field btn_press3 of type I in class Lcom/hyphenate/helpdesk/R$id; or its superclasses (declaration of 'com.hyphenate.helpdesk.R$id' appears in /data/app/com.mingteng.sizu.xianglekang-1/base.apk:classes102.dex)

原因:

不同Module下具有相同的layout文件名。

解决方法:

重命名layout文件。

猜你喜欢

转载自blog.csdn.net/u012230055/article/details/80776139