<div dir="ltr">I am trying to run the code Graphhopper-Android from <a href="https://github.com/graphhopper/graphhopper-android">https://github.com/graphhopper/graphhopper-android</a> using berlin-gh graph file available at <a href="https://code.google.com/p/graphhopper/downloads/list">https://code.google.com/p/graphhopper/downloads/list</a> <div>
<br></div><div style>First i tried to load the .map file and it successfully loaded. it showed the brelin's map</div><div style><br></div><div style>Then i took two parts of the code </div><div style>PrepareGraph()</div>
<div style>calcPath()</div><div style><br></div><div style>Prepare graph makes toast "<b>Finished loading graph. Touch to route</b>" thats mean graph loaded successfully. in calcPath() function App crashed at </div>
<div style><br></div><div style> GHResponse resp = hopper.route(req);  while getting response.</div><div style><br></div><div style>where hopper is <b>GraphHopperAPI hopper</b>;</div><div style>and for request i hard coded the lat lon from map.</div>
<div style><br></div><div style> Now i don't know the implementation of GraphHopperAPI.rout(req) so how can i figure this out.</div><div style><br></div><div style><br></div><div style><br></div><div style><br></div><div style>
 </div><div style><br></div><div style><br></div><div style><br></div><div style><br></div></div>