Skip to content

Instantly share code, notes, and snippets.

@leviwilson
Created June 2, 2012 20:40
Show Gist options
  • Save leviwilson/2859860 to your computer and use it in GitHub Desktop.
Save leviwilson/2859860 to your computer and use it in GitHub Desktop.
Android, Maven and Travis-CI
Packages available for installation or update: 66
1- Android SDK Tools, revision 19
2- Android SDK Platform-tools, revision 11
3- Documentation for Android SDK, API 15, revision 2
4- SDK Platform Android 4.0.3, API 15, revision 3
5- SDK Platform Android 4.0, API 14, revision 3
6- SDK Platform Android 3.2, API 13, revision 1
7- SDK Platform Android 3.1, API 12, revision 3
8- SDK Platform Android 3.0, API 11, revision 2
9- SDK Platform Android 2.3.3, API 10, revision 2
10- SDK Platform Android 2.2, API 8, revision 3
11- SDK Platform Android 2.1, API 7, revision 3
12- SDK Platform Android 1.6, API 4, revision 3
13- SDK Platform Android 1.5, API 3, revision 4
14- Samples for SDK API 15, revision 2
15- Samples for SDK API 14, revision 2
[...]
mvn archetype:generate -DarchetypeArtifactId=android-quickstart \
-DarchetypeGroupId=de.akquinet.android.archetypes \
-DarchetypeVersion=1.0.8 \
-DgroupId=com.leviwilson.android \
-DartifactId=android-travis-ci-example \
-Dplatform=10
<dependency>
<groupId>com.pivotallabs</groupId>
<artifactId>robolectric</artifactId>
<version>1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment