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

小欣兒發表於2018-06-22

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檔案。

相關文章