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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Right now, we're initializing telemetry as a consequence of setting the access token
Mapbox#getInstance
👀 https://github.com/mapbox/mapbox-gl-native/blob/master/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/Mapbox.java#L58-L59 which needs to be set beforeMapView#onCreate
orMapboxConfigurationException
will be thrown which means that happens before getting the style. So in order to address it, I suggest moving the initialization to a later time.@tobrun do you 👀 any problem setting the token when finished loading the style and initial load?
cc/ @zugaldia
The text was updated successfully, but these errors were encountered: