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 SDK Level 10
- Android build tool 20.0.0
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.