Scala, Android and Eclipse

前端 未结 4 1307
逝去的感伤
逝去的感伤 2020-12-14 06:15

I\'ve started learning Scala, and I... I think I\'m in love. I\'ve only coded small test snippets so far, but since I currently working in Android development, what I really

4条回答
  •  遥遥无期
    2020-12-14 07:09

    This video from ScalaDays 2011 may be hepful:

    Scala on Android: Real-world Experience at Bump Technologies by Michael Galpin

    EDIT:

    If you really really want to run Scala code on Android (and not really make an app, but for yourself), then I have an easier solution. It depends on if your phone supports the procedure. In summary the steps are:

    1. Install Ubuntu on your device (as described here). This will not affect the Android installation.

    2. Boot Ubuntu, install JDK, Scala, etc, copy your Scala jars and run from there.

提交回复
热议问题