Skip to content

gseitz/android-sbt-project.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A g8 template project for android development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages