Scala on Android

The comprehensive documentation

Software

A listing of the software and their particular versions that this documentation is referring to.

Android SDK (23)
android-23
Android Studio (1.2.1.1)
IntelliJ IDEA (Community Edition) (14.1.3)
RoboTest (0.12)
"com.geteit" %% "robotest" % "0.12" % "test"
Android SDK Plugin for SBT (1.5.7)
addSbtPlugin( "com.hanhuy.sbt" % "android-sdk-plugin" % "1.5.7" )
gen-idea (1.7.0-SNAPSHOT)
resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"

addSbtPlugin( "com.github.mpeltonen" % "sbt-idea" % "1.7.0-SNAPSHOT" )
ScalaTest (2.2.5)
"org.scalatest" %% "scalatest" % "2.2.5" % "test"

Comments