SCala ROLes Language "Hello World!" example project for Android.
Edit and run:
-
Setup your development environment for Android and Scala. This might help.
-
Clone this repo.
-
Run SBT and run
gen-idea
if you are using Intellij IDE <= 13 (to config see here). This is not required anymore since Intellij 14. Just use the built-in import SBT project functionality. -
Run SBT and run
eclipse
if you are using the Eclipse Scala IDE. (to config see here) -
Run
sbt android:run
to package and start the app on your device (this could take a while).