Skip to content
weihsiu edited this page Sep 13, 2010 · 9 revisions

Please head over to android-plugin where further enhancements to AndroidProject take place.

The aim of this project is to make Google Android app development with Scala and sbt as painless as possible.

Please take a look at project/build/src/AndroidProject.scala for additional sbt actions.

To run this sample application:

  1. Edit SaisiyatProject and override androidSdkPath to have it return the path to Android SDK 1.5 on your computer.
  2. Make sure Android emulator is up and running
  3. Start sbt, execute action “install-emulator” to install

AndroidProject make use of a simple Ant dsl library called antelese.