Dzmitry Fomchyn

Results 9 comments of Dzmitry Fomchyn

It also might be helpful for maps to enable Strict mode in demo app. Example from the Search SDK: https://github.com/mapbox/mapbox-search-android/blob/develop/MapboxSearch/sample/src/main/java/com/mapbox/search/sample/SampleApplication.kt#L27-L72

Hi @ashishkharche, Is this crash happen when you launch your app without Search SDK? It seems that the crash comes from the Maps SDK.

This is a Maps SDK related issue, so I've transferred it to the corresponding repository.

> @DzmitryFomchyn , do you know how to setup CodeQL for Java for this repo? It failed to auto scan. @ThibaudLopez it seems that the error is `SDK Registry token...

Thank you, it's a backend issue, I've notified the team. **UPD** @mtrakal also, it seems that [PlaceAutocomplete](https://docs.mapbox.com/android/search/guides/search-by-text/) might be more suitable for your use case ``` val response = placeAutocomplete.suggestions(...

Hello everyone, This feature is finally supported, you'll need to use NDK 27 compatible SDK varian. To use NDK 27 compatible dependencies, add the `-ndk27` suffix to the module name....

Hi everyone, Navigation SDK `0.42.6` and Maps SDK `9.5.0` are quite old. I'd recommend updating you dependencies to [Navigation SDK v2](https://docs.mapbox.com/android/navigation/guides/) and [Maps SDK v10](https://docs.mapbox.com/android/maps/guides/) Migration guides: - https://docs.mapbox.com/android/navigation/guides/migrate-to-v2/ -...

Hey everyone, I wasn’t able to replicate this behavior. Could you please share a sample app that demonstrates the reported behavior? Here’s a simple example application that demonstrates the integration...

@billyking991 could you please double-check that you are using Nav SDK version 3.11.0 or higher? Also, check your project to see if you have forced any specific version of the...