jmarin / mapapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MapApp

Sample application showcasing use of the GeoDroid map view component.

Building

Building the application from sources requires:

See the GeoDroid README for more information about setting up the Android SDK.

Start by doing a submodule update to bring in the core GeoDroid library.

git submodule --init update

Run the android command to update the project.

android update project -s -p .

Build the apk.

ant debug

The above should result in a file named MapApp-debug.apk being created in the bin directory.

Installing

Install the app on a connected device with the adb command.

cd bin
adb install MapApp-debug.apk

About