giter8 template for a basic sbt project for your Android apps.
This template is similar to the android-app template, with a couple of differences:
- your Android resources are in the root of the project to be compatible with the ADT plug-in for Eclipse
- no separate
tests
project (yet) for Android integration tests - specs2 support with robospecs
Generate your Android project:
g8 sdb/android-sbt-quick
The robospecs library version (0.2-SNAPSHOT) is not yet published so you'll need to build it yourself:
git clone git://github.com/jbrechtel/robospecs.git
cd robospecs
sbt publish-local
Check out the following resources for more information:
- the wiki for simple build tool
- android-plugin for information about how to test, package, run, ... your application
- unit testing your Android app with Robolectric