mapbox / mapbox/mapbox-navigation-android-examples
my App crashes on calling the startTripSession ()
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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