Closed jamiesonbates closed 3 years ago
Use this: implementation 'com.graphhopper:graphhopper-navigation-android-ui:0.1.0-SNAPSHOT'
this implementation worked for me but ran into another issue after that. The repo contains mapbox-android-sdk-6.5 and I'm adding implementation 'org.maplibre.gl:android-sdk:9.4.0' t use the latest maplibre. This is causing issues with duplication and not sure what the solution is. I've tried excluding the module 'mapbox-android-sdk' but that causes another issue with the xml files. Lot of interlocked dependencies.
Lot of interlocked dependencies.
It is important to note that currently this repo is not yet compatible with maplibre SDK. See #6
Steps to trigger behavior
implementation 'com.graphhopper.navigation:navigation-android:0.1.0'
to android/app/build.gradleExpected behavior
Successful installation of this library.
Actual behavior
It is unclear what the installation issue is. I also attempted to replicate installation from the example, with no success.