-
Notifications
You must be signed in to change notification settings - Fork 118
App bundle and UnsatisfiedLinkError #416
Comments
solution 2 does not work, we see the issue with |
+1 this is currently forced to revert using APK which results in much larger app footprint |
We started seeing this issue after updating to v9.5.0 Before that this crash never occurred. We use an aab. The crash seems to only be happening on Android 24-26 and on Samsung devices. We use:
in our Application, so the install should have all the pieces it needs to run. |
We now see this on all Android versions that we support (24-30) and most popular manufacturers. We call The suggested solutions have not helped. |
Still happening on 9.6.1 although it seems like it only happens when initially uploading the aab to the Play Store. Maybe it's an issue in the device farm that Google uses for testing app updates? |
We have received a numerous reports related to
The Mapbox Maps SDK for Android, isn’t the only library facing this issue as the root cause seems related to the App Bundle format that Google introduced in 2018. There are a couple of hypothesis/solutions from equivalent threads of different Android libraries using native code:
Potential solution one:
facebook/react-native#23764 (comment)
Potential solution two:
facebook/react-native#23764 (comment)
Android App Bundle has the native libraries uncompressed. You can add the following configuration to your gradle.properties to revert back to compressing:
I would love to see if someone from the community can try any of the proposed solutions:
cc @mapbox/maps-android
The text was updated successfully, but these errors were encountered: