Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.27 KB

File metadata and controls

45 lines (28 loc) · 1.27 KB

Android Scala Example

Gitter

Android project with sbt 0.13.8, Scala 2.11.6 and android-sdk-plugin 1.3.19

Requirements

  • Java 1.7+
  • Android SDK

Also you can use script to install Android SDK

On Mac
$ ./mac_install_sdk.sh
On Linux
$ ./linux_install_sdk.sh

Usage in console

$ ./sbt android:packageDebug

Usage in IDE

You have to import project from Intellij IDEA (I use version 14.1) or Android Studio

Choose SBT project and Android SDK like this

Import android project

Probably you want to run project from IDE, so just make new "Android application" run configuration

Warning!

In "Before launch" section you should remove "Make" command and add "Run external tool" with ./sbt android:packageDebug command

Android application configuration

Also you may want to use a good emulator, so I prefer Genymotion emulator