Skip to content

imagebody/AndroidMaven

 
 

Repository files navigation

Android Maven Skeleton

This Project is an Android Maven Skeleton to get anyone started: (Assuming you have Eclipse or ADT Studio setup)

1.Install Maven : if you have Homebrew installed : brew install maven

Useful Links :

2.Install m2e-android

http://rgladwell.github.io/m2e-android/

3.Install Eclipse Marketplace on ADT:

  • Help->Install New Software...
  • Point to Eclipse Indigo Site, If not available add the site "Indigo - http://download.eclipse.org/releases/indigo"
  • Work with the above site
  • Look at "General Purpose Tools"->Marketplace Client After installing, restart Eclipse and you can find Marketplace in "Help->Eclipse Marketplace..."

Getting Started Maven-Android-Plugin:

https://code.google.com/p/maven-android-plugin/wiki/GettingStarted

Maven : The Complete Reference (Android Development with Maven)

http://books.sonatype.com/mvnref-book/reference/android-dev.html

Running this Project:

To build, deploy and run the app on all attached devices/emulators:

mvn clean install android:deploy android:run

About

Android Maven Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%