- android-18 SDK (for Android4.3)
- sbt
- scala android-sdk-plugin
% brew update
% brew install scala sbt
% android update project --path `pwd`
% sbt
> android:package-debug
% adb devices
% adb install -r bin/ScalaTestApp-debug.apk
% sbt "~ android:run"