This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
scala versions
Jan Berkel edited this page Nov 15, 2011
·
3 revisions
The version of Scala that sbt compiles your project against is
configured in the scalaVersion
property in the
project/build.scala
file. You can set this to any Scala
version.
Whenever you change build versions, you'll need to run update
again
to fetch dependencies. For more information, see the sbt documentation
on cross-building.
Please note that Scala 2.9.1 currently causes some problem when installing some apks - see the Scala bug SI-4620 and the discussion on the mailing list.
- Getting started
- Scala versions
- Android Manifest generation
- Typed resources references
- ProGuard
- DDMS integration
- Building Java Android projects
- Building NDK projects
- Consuming Android Library projects
- Github integration
- Building Android Test Projects
- Password Manager
- Releasing to the Android Market
- Projects using sbt-android-plugin
- Contributors