/android-pfn-app.g8

giter8 template for Android project in Scala with pfn/android-sdk-plugin

Primary LanguageScala

Android App in Scala

About

This is giter8 template for Android project with Scala 2.10, for pfn/android-sdk-plugin.

How to use

To use this template, g8 needs to be installed first. Read g8's readme.

You can

g8 taisukeoe/android-pfn-app
cd <name-of-app>
sbt android:package-debug

Installing & Running

$ sbt
> android:run

How to run InstrumentationTest (tests/*)

$ sbt
> android:test