-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] Crash on start Turn-by-turn Navigation UI #387
Comments
Can you try moving cc: @tobrun |
I am facing the same issue. But I wrote Mapbox.getInstance(this,"pk.eVMeKk") into my Application class and passing null for awsPoolId. But still sometimes, on navigation UI the app crashes. Have you solved it? |
I am facing the same issue as well. and the navigation UI ALWAYS crashes. kindly hint if this issue is fixed? |
Should be fixed in |
Platform: Android 7.1.2
Mapbox SDK version: 5.2.0-beta.1@aar'
Steps to trigger behavior
Expected behavior
Start turn-by-turn navigation UI
Actual behavior
Crash
I'm trying to implement a turn-by-turn navigation in my app using Mapbox sdk.
Here is the code in my MainActivity class which extends AppCompatActivity ( i am using Kotlin):
Here is my log:
Do you have any idea what can be wrong or what I'm missing?
The text was updated successfully, but these errors were encountered: