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.
- sbt 0.13.0 or above
- Android SDK
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.
The most likely cause of this error is that your SDK build-tools are old. Update the Android SDK and retry.