Closed tobrun closed 7 years ago
-> outdated version on Firebase, not seen this with current production version.
@Tobrun, please could you better explain relationship of this crash with Firebase? I have the same crash on my App (I cannot replicate it) but I have about 50 crash reports in firebase, the last of december 2017. All reports on API 23 and on few devices (quite uncommon: FEVER, CUBOT, Acer T11 and other four)
I use mapboxsdk 5.1.3 and Firebase 11.4.0. To reduce .apk size I support only 32 bit ABI (x86 and armeabi-v7a)
What I understand from the Exception is that it's trying to find a 64 bit native library, but it does not find it. It's quite strange, because all devices reporting the crash supports armeabi-v7a and so they should load it. I tested the App with several devices, boht x86 and Arm and it seems to work fine (except that on few devices that I do not have to test on)
Thanks