-
Notifications
You must be signed in to change notification settings - Fork 1
Android Tools
adilo edited this page Mar 21, 2013
·
1 revision
- JDK 1.6+.
- Maven 3.0.3+.
You may follow this steps :
- 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.
- Launch "SDK Manager" to download :
- Tools.
- Android 4.0 (API 14).
- Extras.
-
Download Eclipse Juno from this link.
-
Add ADT plugin :
- In Eclipse, go to Help > Install New Software....
- Enter https://dl-ssl.google.com/android/eclipse/ as shown in picture.
- Click on Next.
- If Eclipse ask for a restart, choose YES.
- 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.
-
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.
-
After cloning mdomotique-android into your workspace, just import the project as a maven project.
-
You can execute the project from the command line : mvn android:run.
Done.