You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seem com.mapbox.mapboxsdk:mapbox-android-sdk:3.2.0 does not support 64 bit according to this #mapbox/mapbox-gl-native#3128 and they add it on v4.0.0.
However, if I use v4.0.0, it break Mapbox.java.
Regards
The text was updated successfully, but these errors were encountered:
Hi,
I use mapbox on 32 bit device and it work fine. However, when I install it on 64 bit device, it couldn't find the native library ?
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.hello.cordova-1/base.apk"],nativeLibraryDirectories=[/data/app/com.hello.cordova-1/lib/arm64, /vendor/lib64, /system/lib64]]] couldn't find "libmapbox-gl.so"
It seem
com.mapbox.mapboxsdk:mapbox-android-sdk:3.2.0
does not support 64 bit according to this #mapbox/mapbox-gl-native#3128 and they add it on v4.0.0.However, if I use v4.0.0, it break Mapbox.java.
Regards
The text was updated successfully, but these errors were encountered: