Last Updated: February 25, 2016
·
1.025K
· javipacheco

Creating New Projects with the Android Maven Archetypes

mvn archetype:generate \
 -DarchetypeArtifactId=android-quickstart \
 -DarchetypeGroupId=de.akquinet.android.archetypes \
 -DarchetypeVersion=1.0.6 \
 -DgroupId=your.company \
 -DartifactId=name-android-application