# android-maven-example **Repository Path**: mirrors_journeyapps/android-maven-example ## Basic Information - **Project Name**: android-maven-example - **Description**: Sample Android project with Maven, with CI on Travis - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android Example Maven Project This project has tests running on Travis CI. See [this blog post](http://rkistner.github.com/android/2013/02/05/android-builds-on-travis-ci/) for an in-depth description. [![Build Status](https://travis-ci.org/embarkmobile/android-maven-example.png?branch=master)](https://travis-ci.org/embarkmobile/android-maven-example) **Note:** This example may be outdated, and could probably be simplified. Check out the [official samples](https://code.google.com/p/maven-android-plugin/wiki/Samples) for more up-to-date examples. Also consider the new [Gradle-based build system](http://tools.android.com/tech-docs/new-build-system) by the Android team. ## Running tests locally To run on a device connected via USB: mvn install -Pintegration-tests -Dandroid.device=usb To run on an emulator, start up an emulator, and set `android.device` to the name of that emulator. ## Sponsored by [Journey][1] - Build enterprise mobile apps for iOS and Android. Work in the cloud, code in JavaScript and forget about back-end development. ## License All files in this project are under the MIT license, see LICENSE for details. [1]: http://journeyapps.com