maplibre / maplibre-navigation-android-legacy

Legacy MapLibre Navigation SDK for Android
MIT License
34 stars 29 forks source link

Installation Issue #7

Closed jamiesonbates closed 3 years ago

jamiesonbates commented 3 years ago

Steps to trigger behavior

  1. Add implementation 'com.graphhopper.navigation:navigation-android:0.1.0' to android/app/build.gradle
  2. Run build

Expected 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.

Screen Shot 2021-04-23 at 2 51 06 PM

SumedhShriram commented 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.

karussell commented 3 years ago

Lot of interlocked dependencies.

It is important to note that currently this repo is not yet compatible with maplibre SDK. See #6