/hello-scaloid-sbt

This is a "Hello, world" for Scaloid with sbt.

Primary LanguageScala

Hello Scaloid for sbt

This is a template project that can be a starting point of a new Scaloid project.

This contains minimum code as possible; therefore easy to run, examine and extend.

Prerequisites

  • sbt
  • Android SDK

Build

You can build using sbt:

$ sbt android:package

This will compile the project and generate an APK.

For more command, refer to Android SDK plugin for sbt.

Further Reading