Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 682 Bytes

android-studio-setup.md

File metadata and controls

20 lines (11 loc) · 682 Bytes

Open Demo App with Android Studio

Get the GraphHopper sources and demo before you proceed.

Setup

Download and start android studio.

Open existing Android studio project and then open 'graphhopper/android' not the parent 'graphhopper'

Open Existing

Import project from Gradle, but make sure the 'Gradle project' points to graphhopper/android

Import project from Gradle

Start Demo

  1. Connect your device in development mode (USB debugging)
  2. Then hit SHIFT+F10 or click Run->Run 'app' in the menu