MapKit Anis Kadri Apache In order for this plugin to work you need to make sure to have * The latest Android SDK and tools * Google Play Services installed (use the `android` command or the Android SDK Manager in ADT/Eclipse). * Copy `YOUR_ADT_BUNDLE_PATH/sdk/extras/google/google_play_services/libproject/google-play-services_lib` to your developement folder. Usually a folder up from your app. * Run `android update lib-project -p . -t YOUR_ANDROID_TARGET` inside your newly copied `google-play-services_lib` folder * Run `android update project -p . -t YOUR_ANDROID_TARGET -l /path/to/google-play-services_lib/` in your project root folder. HAS TO BE A RELATIVE PATH (replace /path/to with the real path obviously) * copy google-play-services_lib/res/version.xml to your project's res/values/ folder In case everything miserably fails and you can't build your project, you might need to import it in ADT (Eclipse) or Android Studio (IntelliJ).