mapbox / mapbox/mapbox-navigation-android-examples

my App crashes on calling the startTripSession ()

Open
#158 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

jira-sync-complete
Dominant language
Kotlin
Stars
65
Forks
56
Avg merge
1d 4h
Merged PRs (30d)
2

Description

these are my dependencies=>
dependencies {
implementation 'com.google.android.gms:play-services-location:21.0.0'
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation('com.mapbox.maps:android:10.5.0') {
exclude group: 'group_name', module: 'module_name'
transitive = true
}
implementation 'com.mapbox.navigation:android:2.8.0'
implementation ('com.mapbox.navigation:ui-dropin:2.8.0')

}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue only provides Gradle dependency declarations and does not name a source file, test, stack trace, or reproduction steps. Start by obtaining the crash log and exact call site for startTripSession(); the work is complete when the cause is identified, the crash is reproducible in a test or documented scenario, and the corrected behavior is verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.