Skip to content

sorceressofmathematics/hello-scaloid-sbt

 
 

Repository files navigation

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 0.13.0 or above
  • Android SDK
    • Both SDK Level 8 and the most recent version should be installed.

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.

Using an IDE

You can use sbt to generate project files for Eclipse or IDEA:

$ sbt eclipse
$ sbt gen-idea

Troubleshooting

Build error Android SDK build-tools not available

The most likely cause of this error is that your SDK build-tools are old. Update the Android SDK and retry.

Further Reading

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published