我正在尝试使用Sinch为我的Android应用添加消息功能,
但是当我发送消息时,没有调用MessageClientListener
函数中的任何一个(我通过简单的登录侦听器的每个函数来检查它)。如果我运行sinch-rtc-sample-messaging
应用程序,结果是相同的,该应用程序包含在Sinch的android sdk中(已下载here)。
我将示例应用导入Android Studio,我改变的唯一内容是APP-KEY
和APP-SECRET
。我想知道这个问题是否与Sinch的jni库和ART运行时有关?或者它与Android Lollipop有关吗?
我整天都在搜索类似的问题而没有任何有用的帮助, logcat提供的消息如下:
04-12 18:44:51.695 11971-11971/com.sinch.android.rtc.sample.messaging W/art﹕ Attempt to remove local handle scope entry from IRT, ignoring
04-12 18:44:51.695 11971-11971/com.sinch.android.rtc.sample.messaging W/art﹕ Attempt to remove local handle scope entry from IRT, ignoring
04-12 18:44:51.695 11971-11971/com.sinch.android.rtc.sample.messaging W/art﹕ Attempt to remove local handle scope entry from IRT, ignoring
04-12 18:44:51.695 11971-11971/com.sinch.android.rtc.sample.messaging I/InputMethodManager﹕ [startInputInner] EditorInfo { packageName=com.sinch.android.rtc.sample.messaging, inputType=0x20001, imeOptions=0x44000006, privateImeOptions=null }, windowGainingFocus=null, mServedView=android.widget.EditText{3430a3c5 VFED..CL .F...... 30,12-810,143 #7f07000a app:id/txtTextBody}, mServedInputConnectionWrapper=android.view.inputmethod.InputMethodManager$ControlledInputConnectionWrapper@12b30220
只要我在示例应用程序中单击send
按钮,就会发生这种情况。
环境:
我很想在StackOverflow上发布问题,如果我提供解决问题的任何其他信息,请提前告知我们。