Skip to content
Arthur Benemann edited this page Aug 26, 2013 · 6 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"

Now we have to download the google services library (which contains our maps), to do it open the Android SDK Manager by clicking on the following button

In the SDK manager window scroll down and install the Google Play Services library by checking it an hitting Install Packages. Follow the following screens to complete the process

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

Clone this wiki locally