multimodalrouting / cordova-graphhopper-plugin

an android plugin to access graphhopper routing library with cordova
0 stars 2 forks source link

Cordova build error #2

Open andreddosantos opened 4 years ago

andreddosantos commented 4 years ago

When building the app it fails with the following exception:

Could not resolve all files for configuration ':app:debugCompileClasspath'. Could not find com.graphhopper:graphhopper-tools:1.0-SNAPSHOT.

Any ideias?

Regards

bastiion commented 4 years ago

the dependency can probably be replaced by graphhopper-core-1.0pre11. The tools are only available if you build the and publish graphhopper project locally

johannesloetzsch commented 4 years ago

Hey @andreddosantos did bastiions answer help or do you need more detailed instructions?