Telerik-Verified-Plugins / Mapbox

Native OpenGL maps for your Cordova app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapbox crashed when installed in 64 bit device

adriansyah opened this issue · comments

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

hi. I got a same issue when i using both of mapbox v4.2.2 and realm v2.2.0

Regards.