android-sbt-project.g8
android-sbt-project.g8 copied to clipboard
A g8 template project for android development
android sbt project
g8 template to get an android sbt project up and running in a matter of seconds
how to use
to use this template, g8 needs to be installed first. read g8's readme for more information
all done? now fire up your favorite shell and enter
g8 gseitz/android-sbt-project
cd <name-of-app>
sbt update
sbt compile
what you get
your android sbt project contains 2 subprojects:
* MainProject
* generated AndroidManifest.xml
* MainActivity.scala (aka "hello world" activity)
* TestProject
credit
this g8 template is based on the default g8 template and the project generated by jberkel's android-plugin