Skip to content
Arthur Benemann edited this page Jul 20, 2013 · 15 revisions

This is a quick guide of how to setup your environment to build an deploy DroidPlanner to your Device using the source code.

Download Git: Git download. And install it.

Now open Git GUI. Select Git clone, and type the following address: https://github.com/arthurbenemann/droidplanner.git On the target directory type a folder on your PC (type in a new folder, that the git will generate).

Goto the Android SDK website and download the ADT bundle.

Extract the files in he ZIP files to a folder in your PC. Open the Eclipse program in "./eclipse/eclipse.exe"

Import the DroidPlanner project into Eclipse.

After importing the project and both library's (mavlink and googlemaps), run the project.

If you have a android device connected to your PC via usb cable (or through adb over wifi) it should show up in the next screen. If so just select it and hit ok.

Making Google Maps work

To enable Google Maps after compiling you'll need to generate a new key and replace that key in the manifest. Please follow Installing The Google Maps Android V2 API