heremaps / here-android-sdk-examples

Java-based projects using the HERE SDK for Android.
Apache License 2.0
145 stars 191 forks source link

React Native Here Maps MISSING_LIBRARIES #439

Open chernandezq opened 3 years ago

chernandezq commented 3 years ago

Hi, I have a problem with here maps sdk in arm64-v8a architectures, when I open the map I have an error Native Libraries missing: MAPSJINI I check the signature apk generated and I can see that libs are in the directory. When I install apk for armeabi-v7a I haven't this problem, I want to know what happens

Actually, I'm using React Native 0.63.3.

This problem is when I generate a release apk, when I test in develop I can see the map

Screenshot_2021-04-28-18-55-49-725_com envasetechnologies envasemobile

Captura de Pantalla 2021-04-28 a la(s) 7 01 56 p  m

chernandezq commented 3 years ago

@NazarKacharaba could you help me please ?

RnnyLin commented 3 years ago

@NazarKacharaba Is there a way to solve this problem ?

NazarKacharaba commented 3 years ago

Hi @RnnyLin This HERE SDK and React native both use different version of the same native library, as the result you see this error. Try to update HERE SDK to the latest version, as of now it is 3.18.

RnnyLin commented 3 years ago

Hi @NazarKacharaba The current HERE SDK upgrade to 3.18 still has the same problem. Would you like to ask if there is any way to deal with it?