Home

Awesome

Hello Scaloid for gradle

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

Build

You can build this project using gradle:

$ gradlew packageDebug

This will compile the project and generate an APK.

For more command, refer to gradle-android-scala-plugin.

Is the build too slow?

This gradle project works completely. But long build time would matter, which usually takes more than 40 seconds. We recommend to build your project with sbt, which enables incremental build. This usually takes only several seconds.

Further Reading