-
Notifications
You must be signed in to change notification settings - Fork 5
Exception in NavigationLauncher.StartNavigation method #4
Comments
@InnovativeTechies Which solution have you run? Plz try out |
Dear Sir, I am using Same solution. Please find my use case below:
using System; namespace CycloPath.Droid
} On StartNavigationMethod the app crashes and Navigation UI wont open up. Kindly advice |
Plz folk this rep and put your changes there. I will try to look at. |
Facing the same issue if I run the NavigationQs demo from mapboxnavigationui-droid solution. The app starts and while the first example (Navigation Views) works for me, the Waypoint Navigation crashes with
|
Hi sir, I have forked and link is I have not made any changes just running demo app it crashes on Navigation Dropin ui |
Also facing the same bevahior in my own project. Here is a minimal reproducible of my project, which is nearly the same like the WaypointNavigationActivity from the demo. |
@viktorgt Hi Sir could you help me by sending the NavigationView source as i am facing issue over there? |
@InnovativeTechies the mentioned NavigationView is from the mapboxnavigationui-android-binding demo without changes. |
+1 |
+1 I think this might have led locale method to be hid although I could see this method in the MapboxNavigationOptions class that generated from Java code in the debug folder. This locale() method seems to be added from Mapbox Navigation SDK v0.10.0. |
I am facing the exact same issue. Any updates on this @tuyen-vuduc ? |
Someone found a work around for this? |
Sadly, no. Still no luck. |
@tuyen-vuduc Since it appears to be a "bug" from the version of mapbox you used into this package, do you have any plan to use the lasted version of mapbox? |
Updating mapbox packages takes a lot of time. I don't have free time to work on it. You guys has chance to use in your project, so there are efforts to get it upgraded. I will then be very happy to merge the PR. Cheers. |
Perfect, I'm not an expert on that, but I'll try it :) |
@tuyen-vuduc Hey, I am Brad from the MindTags company and I tried to make a pull request but as I don't know how to use the cake build tool yet, I just uploaded binding libraries to my repo. Once I learn the cake build tool, I will try to make a pull request again. In the meantime, you can refer my repo to update yours. Cheers! https://github.com/BradKwon/Xamarin.Android.Binding.Mapbox.Android.Navigation.UI |
Dear team,
I have cloned the latest navigationui code form githiub and when i run i am getting below exception:
"No virtual method locale()Ljava/util/Locale; in class Lcom/mapbox/services/android/navigation/v5/navigation/MapboxNavigationOptions; or its super classes (declaration of 'com.mapbox.services.android.navigation.v5.navigation.MapboxNavigationOptions' appears in /data/app/net.naxam.NavigationQs-1/base.apk:classes2.dex)"
I have attached the screen shot for the same.
Kindly help me out as i am using this for one of the client delivery.

The text was updated successfully, but these errors were encountered: