Skip to content
adilo edited this page Mar 21, 2013 · 1 revision

Prerequisites

  • JDK 1.6+.
  • Maven 3.0.3+.

HOW TO

You may follow this steps :

  1. Download Android ADT Bundle from this link (I did not test this one.) or choose "USE AN EXISTING IDE" to download Android SDK and follow the next steps.

SDK Manager

  1. Launch "SDK Manager" to download :
  • Tools.
  • Android 4.0 (API 14).
  • Extras.

SDK Manager

  1. Download Eclipse Juno from this link.

  2. Add ADT plugin :

ADT

  1. Add m2e Android plugin:
  • In Eclipse, go to Help > Eclipse Marketplace...
  • Search for "m2e Android" as shown in picture.
  • Click on Next.
  • If Eclipse ask for a restart, choose YES.

m2e

  1. Set environment variable ANDROID_HOME to the path of your installed Android SDK and add, on Windows, %ANDROID_HOME%\tools and %ANDROID_HOME%\platform-tools to your PATH.

  2. After cloning mdomotique-android into your workspace, just import the project as a maven project.

  3. You can execute the project from the command line : mvn android:run.

Done.