Skip to content

giter8 template for a basic sbt project for your Android apps

Notifications You must be signed in to change notification settings

sdb/android-sbt-quick.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Usage

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

References

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

About

giter8 template for a basic sbt project for your Android apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published