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 :
- http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
- http://www.mkyong.com/maven/install-maven-on-mac-osx/
- http://www.mkyong.com/maven/how-to-install-maven-in-windows/
http://rgladwell.github.io/m2e-android/
- 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..."
https://code.google.com/p/maven-android-plugin/wiki/GettingStarted
http://books.sonatype.com/mvnref-book/reference/android-dev.html
To build, deploy and run the app on all attached devices/emulators:
mvn clean install android:deploy android:run