AgoraIO / RTM

143 stars 160 forks source link

Android Crash (libagora-rtm-sdk-jni.so) #125

Closed szhanyu closed 3 years ago

szhanyu commented 3 years ago

Recently I started a new project by taking advantage of Agora SDK. During testing, everything works normally. However, after releasing on Google Play, there are a lot of signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) crashes, mostly occurred in Android 9 ~ 11. (displayed in the following screenshots)

截圖 2021-03-19 下午12 07 55 截圖 2021-03-19 下午12 16 11

For more detail, I followed the steps mentioned in the QuickStart document to set up.

To Integrate the SDK into project, I followed method 1 (Automatically integrate the SDK using JCenter). In addition, for permission and proguard rules, I followed the instruction as well. In fact, I did a lot of surveys in last few days, but still cannot figure out concrete solution to my problem. Therefore, I decided to post my issue here and hope that I can get some help. Thanks!

RTM SDK version: 1.2.2

szhanyu commented 3 years ago

It seems that the issue is almost not happened after upgrading the sdk version.