Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 806 Bytes

android-studio-setup.md

File metadata and controls

21 lines (12 loc) · 806 Bytes

Open Demo App with Android Studio

Get the GraphHopper sources and demo before you proceed.

Setup

Download and start android studio. Now you need to import the code formatting settings (File|Import Settings). Load them from core/files/intellij-settings.jar

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