Skip to content

Sample project that uses gradle-android-plugin and tests with JUnit and Robolectric

License

Notifications You must be signed in to change notification settings

mdumrauf/gradle-android-example

Repository files navigation

#Gradle Android Example

This is an example app that uses [gradle-android-plugin] (https://github.com/jvoegele/gradle-android-plugin), tests with JUnit and [Robolectric] (https://github.com/pivotal/robolectric/) and tunes eclipse-plugin to enable running it either from Eclipse IDE or from command line.

##Requirements

##Gradle Tasks

###Resolve dependencies:

gradle dependencies

###Generate the apk package:

gradle clean build

It can be found under build/distributions.

###Run tests:

gradle test

###Install onto a running emulator or device:

gradle androidInstall

###Eclipse metadata

gradle cleanEclipse
gradle eclipse

About

Sample project that uses gradle-android-plugin and tests with JUnit and Robolectric

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published