Closed PavlosTze closed 2 weeks ago
If any Mapbox component uses -ndk27
suffix - then all the components should use it as well. com.mapbox.search:mapbox-search-android
does not provide NDK 27 builds now but will provide them shortly (same for Nav SDK). Please keep an eye on release notes for Search and Nav. Also public documentation will be updated when the whole stack will support both default NDK and NDK 27.
Environment
Observed behavior and steps to reproduce
I am using the following libraries:
implementation "com.mapbox.maps:android-ndk27:11.7.1"
implementation "com.mapbox.mapboxsdk:mapbox-sdk-services:7.3.1"
implementation "com.mapbox.search:mapbox-search-android:2.5.1"
And the following errors showed in the console (I truncated them, the full log can be found in the attached file):
Expected behavior
I would expect no error so we can support Android 15 and 16KB versions.
Full error log
error.txt