-
Notifications
You must be signed in to change notification settings - Fork 492
Apk splits results in unsatisfiendlinkerror when uploaded to Google Play #374
Comments
For now I have disabled apk split to be able to ship a release containing v5.1.0-beta.5 in #381. |
Is this still an issue @tobrun ? Still needs to be addressed? Ticket can be closed? |
I don't think we have re-enabled integration for it as the demo app size is 30.14mb, would be great getting this in as this is the the only test with apk-split we have. |
I have the same crash on my App and mapboxsdk 5.1.3. I cannot replicate it, but I have about 50 crash reports in firebase, the last of december 2017. I do not use ApkSplit, but I use 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. |
@ArLabDev any chance that you could share the relevant part of your crash log on this ticket? |
I'm not able to reproduce the crash. It seems to happens only on few uncommon devices. The only "relevant" part of the crash I can share is a (not complete) list of the devices: And the stack trace that is very similar to the one reported by you.
In my stack trace is not reported the name of the .so file. But the 9th line of NativeConnectivityListener.java load the "mapbox-gl" library (that linux should translate in "libmapbox-gl.so" file. Same to your stack trace. Please, ask me if you need some more info. |
Jl |
The currently active beta track apk v71 crashes when opening a MapView. Source is either apk split #288 or a proguard issue. We need to fix this to be able to release an update for mapbox/mapbox-gl-native#9315.
cc @langsmith @zugaldia
The text was updated successfully, but these errors were encountered: