This is a clean maven android app
made with the following command:
mvn archetype:generate \
-DarchetypeArtifactId=android-quickstart \
-DarchetypeGroupId=de.akquinet.android.archetypes \
-DarchetypeVersion=1.0.11 \
-DgroupId=VanderbiltUniversity \
-DartifactId=testApp \
-Dpackage=edu.vu.isis
Update 1) Added JUnit testing to the project.
Update 2) Added Android Support Library to the project.