Targeting Android with Scala 2.8 Trunk builds
Posted
by Kevin Wright
on Stack Overflow
See other posts from Stack Overflow
or by Kevin Wright
Published on 2010-05-03T21:46:28Z
Indexed on
2010/05/04
17:38 UTC
Read the original article
Hit count: 323
The definitive reference for using Scala on android seems to be here: http://www.scala-lang.org/node/160
Unfortunately, all the references on using scala with android are based around Scala 2.7 and refer to a custom build android-library.jar, with a couple of cryptic references suggesting that this custom build isn't needed for later versions of android (I'm using 2.1 / API v7)
So... What are the steps needed to use Scala 2.8 in an android project? Preferably using eclipse and the Android tools that Google supplies for that IDE.
© Stack Overflow or respective owner