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.
- Android build tool 22.0.1
- Android SDK Level 16
- Level 16 is required for building, while this app retains runtime compatibility from API Level 10. Please refer to
minSdkVersion
property inbuild.gradle
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.
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.