Search code examples
androideclipsegraphhopper

Where can i find jar files for graphhopper?


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


Solution

  • 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!