- Set ANDROID_HOME to the path where you have stored your Android SDK.
- Download latest hello scaloid project template.
- Go to the root of the hello scaloid project and type:
android update project -p . - Make sure you use IntelliJ IDEA 14.1 or later.
- Install SCALA and Android plugins into IDEA.
- File -> New -> Import Project... -> Import project from external sources... -> Import project from external model -> select SBT.
This should do the job and compiling and debugging should work out of the box.