oliver32767 / android-maven-example

Sample Android project with Maven, with CI on Travis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Example Maven Project

This project has tests running on Travis CI. See this blog post on how it was achieved.

Build Status

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.

License

All files in this project are under the MIT license, see LICENSE for details.

About

Sample Android project with Maven, with CI on Travis

License:MIT License


Languages

Language:Java 88.2%Language:Shell 11.8%