0

I am new in working with Graphhopper. I want to integrate Graphhopper in my Android project but i cannot find any jar files which are to be included as library in my project. I use eclipse for my android development. Where can i find jar files for graphhopper.

Thanks, Udit

Udit Shah
  • 241
  • 2
  • 14

2 Answers2

1

You can include graphhopper libraries using gradle.

Look at official android app in graphhopper' site.

https://github.com/graphhopper/graphhopper/blob/master/android/app/build.gradle

Hope it helps!

jurmeneta
  • 44
  • 3
0

The correct answer was posted above as comment by ravindra.kamble
http://mvnrepository.com/search.html?query=com.graphhopper

AlexWien
  • 28,470
  • 6
  • 53
  • 83