
IM即时通讯
安全可靠、全球互通

实时音视频
流畅稳定、省钱省力
回答:
如果集成期间,有遇到如下错误:
java.lang.NoSuchFieldError: No static field Theme_AppCompat_Empty of type I in class Lio/rong/imkit/R$style; or its superclasses (declaration of 'io.rong.imkit.R$style'
可以这样处理:
在IMKit 的styles里加入下面代码即可:
<style name="Theme.AppCompat.Empty" parent=""/> <style name="Theme.AppCompat.Light.NoActionBar" parent=""/>
加入上述代码后,如果还会遇到如下错误:
java.lang.NoSuchFieldError: No static field colorPrimary of type I in class Lio/rong/imkit/R$attr; or its superclasses (declaration of 'io.rong.imkit.R$attr' appears in
可以这样处理:
把这个直接配进自己项目的 values/values.xml。
注意:如果放在主项目里不能生效,则需要放到IMKit Module中