This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Android] Crash app when using both of Mapbox SDK and Realm database #8000
Labels
Comments
GianhTran
changed the title
Map crash when using realm database
[Android] Crash app when using both of Mapbox SDK and Realm database
Feb 9, 2017
@GianhTran thank you for reaching out and reporting this issue. This is the first report we had on this type of issue. @kkaefer this seems to be one of the issues that could be resolved using ReLinker? cc @ivovandongen Update: Realm is using ReLinker as a dependency here. |
@GianhTran did you compile the 64 bit version of the SDK prior to building the APK? |
@kkaefer We're using Mapbox + Realm and face similar issues:
There are some inconsistencies in the Play Console reports (with the Android/ABI versions): Could this have something to do with #3128? Or maybe these devices have some strange custom configurations? Because we weren't able to reproduce it with a bunch of devices and it seems to be something with the ABIs... |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Platform: Android
**Mapbox SDK version:**4.2.2
Hi Mapbox Team,
I using mapbox SDK v.4.2.2 and realm database v2.2.0, map crash with log:
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/jp.co.test.android.app.testimplmapsdk-1/base.apk"],nativeLibraryDirectories=[/data/app/jp.co.test.android.app.testimplmapsdk-1/lib/arm64, /data/app/jp.co.test.android.app.testimplmapsdk-1/base.apk!/lib/arm64-v8a, /vendor/lib64, /system/lib64]]] couldn't find "libmapbox-gl.so"
However, if I using mapbox SDK v.4.4.2.0-beta.*, its okey.
How can I fix this issue?
Thanks you in advance!
Update: if I try to build on 32bit device , its work well, looklike Telerik-Verified-Plugins/Mapbox#72
The text was updated successfully, but these errors were encountered: