Skip to content

Instantly share code, notes, and snippets.

@solar
Created January 5, 2012 05:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save solar/1563872 to your computer and use it in GitHub Desktop.
Save solar/1563872 to your computer and use it in GitHub Desktop.
How to develop Android application with Scala

How to develop Android application with Scala.

1. install sbt

https://github.com/harrah/xsbt/wiki/Getting-Started-Setup

2. install giter8 using conscript

https://github.com/n8han/conscript
https://github.com/n8han/giter8

3. create project

https://github.com/jberkel/android-plugin/wiki/getting-started

% g8 jberkel/android-app     # this will prompt you to customize project
% cd <project name>
% sbt android:package-debug  # build
% sbt android:start-device   # upload & start on device

4. Write your code with Scala!

android-plugin's document is your friend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment