fxthomas / android-scratch

Simple demo app for SBT-Android
6 stars 3 forks source link

This is a sample Android application using Scala and the SBT-Android plugin (version 0.7-SNAPSHOT)

Installing the plugin

This will install the latest plugin snapshot :

git clone https://github.com/jberkel/android-plugin
cd android-plugin; sbt publish-local

Common commands

Directory layout

build.sbt                       -- Build configuration
project/plugins.sbt             -- Plugin configuration
src/main/AndroidManifest.xml    -- Android manifest
src/main/res                    -- Android resources
src/main/scala                  -- Scala code

FAQ

Try running the project without any modification first, then read this.