KenChoi1992

Results 10 comments of KenChoi1992

> there is no solution for this problem, because the gradle plugin merge the resource and generate the R.java, so we can not resolve this problem we can fix this...

@renwfy 你的意思是更新 Android SDK 好多报错?

@luchuantao 修改一下 build.gradle,去掉 keystore 部分,或者你自己生成一个 keystore。

@lian1174 你导入了 ActiveAndroid 没有?另外如果你改了包目录结构,需要在 AndroidManifest 中做相应改动。

@wicky852 I encountered the same problem when using OkHttp, Could you show me how do you resolve this problem in detail ? By adding alpn dependency in .pom file ?

@CatchZeng > 安卓 arrays.xml ``` ... 中国 美国 ```

@musicode a3251fa6b4e8be8434aebbb323f6c47ae192aa38 完成了建议3

@takeseem 提交一个 pr 到 dev 吧

@robinjl React Native 的 Image 组件无法直接显示应用包名下的图片。此外,你进入会话时,应该调用 enterConversation,这样就不会有通知出现。可以参考我们的官网文档。https://docs.jiguang.cn/jmessage/client/im_sdk_android/ 我们的插件用的还是原生的 SDK,只是封装了接口。

@robinjl Image 组件不能显示包名下的图片,你可以把图片的路径放到 sd 卡,然后再显示。至于第二个问题我回复了 #24 。第三个问题,你在聊天界面收到消息时,需要判断消息是否属于这个会话,如果是,才展示,否则不展示。