Creating your own Android application with an archetype

The simplest way to create the skeleton of our application is through the usage of an archetype.

The archetype that we will use is ANDROID-QUICKSTART-ARCHETYPE.

The only step to perform is to run the following command:

mvn archetype:generate 
-DarchetypeArtifactId=android-quickstart 
-DarchetypeGroupId=de.akquinet.android.archetypes 
-DarchetypeVersion=0.1.0 -DgroupId=com.androidmavenproject 
-DartifactId=android-maven-project

After the execution, our project is ready and can be customized.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset