Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 834 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 834 Bytes

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