Skip to content

imminent/base-android-library

Repository files navigation

base-android-library

Build Status

Core code to be reused in other Android apps. at GitHub

Building

./gradlew

The build requires Maven v3.0.3+ and the Android SDK to be installed in your development environment. In addition you'll need to set the ANDROID_HOME environment variable to the location of your SDK:

export ANDROID_HOME=/home/roberto/tools/android-sdk

After satisfying those requirements, the build is pretty simple:

  • Run mvn clean cobertura:cobertura -P default -P cobertura; mvn sonar:sonar -P cobertura to run the tests and create the code analysis for viewing in Sonar
  • Run mvn clean install to run the instrumented tests on the connected devices

Acknowledgements

Uses many great open-source libraries from the Android dev community:

Butterknife for View injections and NineOldAndroids for the back-ported Animation API Jake Wharton.

About

Core code to be reused in other Android apps

Resources

Stars

Watchers

Forks

Packages

No packages published