Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 827 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 827 Bytes

SCROLLAndroid

SCala ROLes Language "Hello World!" example project for Android.

Edit and run:

  1. Setup your development environment for Android and Scala. This might help.

  2. Clone this repo.

  3. Run SBT and run gen-ideaif 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.

  4. Run SBT and run eclipse if you are using the Eclipse Scala IDE. (to config see here)

  5. Run sbt android:run to package and start the app on your device (this could take a while).